From ac32ca24d69ac61f39d62344d94e9d0c53ec98b0 Mon Sep 17 00:00:00 2001 From: Nikolas Weger Date: Mon, 2 Aug 2021 09:34:33 +0200 Subject: [PATCH] Update dot_zshenv --- dot_zshenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"