added config and vars files to git

This commit is contained in:
venus
2026-03-11 22:54:44 -05:00
parent f114789dd7
commit 909e11855b
3 changed files with 22 additions and 2 deletions

View File

@@ -5,8 +5,8 @@ if [ $debug = 1 ]; then echo reading config from $0
fi
# source global shell alias & variables files
[ -f "$XDG_CONFIG_HOME/alias" ] && source "$XDG_CONFIG_HOME/alias"
[ -f "$XDG_CONFIG_HOME/vars" ] && source "$XDG_CONFIG_HOME/vars"
[ -f "$XDG_CONFIG_HOME/zsh/alias" ] && source "$XDG_CONFIG_HOME/zsh/alias"
[ -f "$XDG_CONFIG_HOME/zsh/vars" ] && source "$XDG_CONFIG_HOME/zsh/vars"
# load modules
zmodload zsh/complist