chore: Migrate from TDM to TBSM
This commit is contained in:
parent
336d8e4dc1
commit
bfb3ded59c
2 changed files with 3 additions and 2 deletions
|
@ -2,5 +2,6 @@
|
|||
[ -f "${XDG_CONFIG_HOME:-$HOME/.config}/xprofile" ] && . "${XDG_CONFIG_HOME:-$HOME/.config}/xprofile"
|
||||
|
||||
if [[ "$OSTYPE" == "linux-gnu" ]]; then
|
||||
exec tdm --xstart
|
||||
# exec tdm --xstart
|
||||
[[ -n "$XDG_VTNR" && $XDG_VTNR -le 2 ]] && exec tbsm
|
||||
fi
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#fi
|
||||
|
||||
if [[ "$OSTYPE" == "linux-gnu"* ]]; then
|
||||
bash /usr/bin/tdm
|
||||
[[ -n "$XDG_VTNR" && $XDG_VTNR -le 2 ]] && bash /usr/bin/tbsm
|
||||
|
||||
[[ -f ~/.zshrc ]] && . ~/.zshrc
|
||||
[ ! -s ~/.config/mpd/pid ] && mpd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue