Move zsh to stow

This commit is contained in:
2023-11-24 15:47:27 -05:00
parent 2fdf3fab10
commit e2a4b4a3e8
3 changed files with 2 additions and 3 deletions

10
zsh/.zprofile Normal file
View File

@ -0,0 +1,10 @@
sh ~/.config/scripts/setup.sh -nr
# Load user settings from config file.
. ~/.config/settings.conf
if [[ $computer == 'w530' ]]; then
if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
exec startx
fi
fi