Update dot_zshenv

This commit is contained in:
Nikolas Weger 2021-08-02 09:34:33 +02:00
parent b84da625a7
commit ac32ca24d6

View file

@ -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"