chore: Sync config

This commit is contained in:
Ahmad Ansori Palembani 2024-04-01 18:34:43 +07:00
parent 6e327704bc
commit d03aa4c382
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
3 changed files with 5 additions and 3 deletions

View file

@ -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