chore: Sync config
This commit is contained in:
parent
6e327704bc
commit
d03aa4c382
3 changed files with 5 additions and 3 deletions
|
@ -5,10 +5,10 @@
|
|||
#fi
|
||||
|
||||
if [[ "$OSTYPE" == "linux-gnu"* ]]; then
|
||||
[[ -n "$XDG_VTNR" && $XDG_VTNR -le 2 ]] && bash /usr/bin/tbsm
|
||||
[[ ! $DISPLAY && -n "$XDG_VTNR" && $XDG_VTNR -le 2 ]] && bash /usr/bin/tbsm
|
||||
|
||||
[[ -f ~/.zshrc ]] && . ~/.zshrc
|
||||
[ ! -s ~/.config/mpd/pid ] && mpd
|
||||
#[ ! -s ~/.config/mpd/pid ] && mpd
|
||||
|
||||
export PATH="$HOME/.poetry/bin:$PATH"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue