+ MacOS support? Polishing later
This commit is contained in:
parent
e5ba0534aa
commit
a6ee74ce4d
4 changed files with 41 additions and 26 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue