feat(zsh): add config

This commit is contained in:
2025-11-08 10:30:52 -05:00
parent a4a0596b5e
commit 2d44c01586
2 changed files with 80 additions and 0 deletions

10
home/dot_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