diff --git a/dot_zshenv b/dot_zshenv index d217c42..9a133da 100644 --- a/dot_zshenv +++ b/dot_zshenv @@ -3,4 +3,4 @@ export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:$WINPA [[ -n $SSH_CONNECTION ]] && export EDITOR='vim' || export EDITOR='nvim' -[[ -f "$ZDOTDIR/local/env.zsh" ]] && source "$ZDOTDIR/local/env.zsh" +[[ -f "$HOME/.config/local/env.zsh" ]] && source "$HOME/.config/local/env.zsh"