diff --git a/zshenv b/zshenv index c1d1e92..1e9cbaf 100755 --- a/zshenv +++ b/zshenv @@ -7,7 +7,7 @@ done export path typeset -U path -ZDOTDIR=~/config/zsh +[[ -d "$HOME/config/zsh" ]] && ZDOTDIR="$HOME/config/zsh" fpath=($fpath $ZDOTDIR/functions) typeset -U fpath