mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-06-29 16:52:02 +00:00
Move zsh to stow
This commit is contained in:
10
zsh/.zprofile
Normal file
10
zsh/.zprofile
Normal 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
|
Reference in New Issue
Block a user