diff --git a/zshenv b/zshenv index fa2dd21..980d528 100644 --- a/zshenv +++ b/zshenv @@ -28,4 +28,5 @@ fi # The real zsh config lives in XDG_CONFIG_HOME! ;) : ${ZDOTDIR:=$XDG_CONFIG_HOME/zsh} +[[ $ZDOTDIR = $HOME ]] && ZDOTDIR=$XDG_CONFIG_HOME/zsh source $ZDOTDIR/zshenv