+ MacOS support? Polishing later

This commit is contained in:
Ahmad Ansori Palembani 2022-06-17 14:13:25 +07:00
parent e5ba0534aa
commit a6ee74ce4d
4 changed files with 41 additions and 26 deletions

View file

@ -4,9 +4,11 @@
# exec startx
#fi
bash /usr/bin/tdm
if [[ "$OSTYPE" == "linux-gnu"* ]]; then
bash /usr/bin/tdm
[[ -f ~/.zshrc ]] && . ~/.zshrc
[ ! -s ~/.config/mpd/pid ] && mpd
[[ -f ~/.zshrc ]] && . ~/.zshrc
[ ! -s ~/.config/mpd/pid ] && mpd
export PATH="$HOME/.poetry/bin:$PATH"
export PATH="$HOME/.poetry/bin:$PATH"
fi