all repos — archive/dotfiles @ 5fd2b8a8f56d43b4723040be3fa1eece9db30bac

Superseded by nixfiles

zsh: Source private zshenv if exists

Alan Pearce
commit

5fd2b8a8f56d43b4723040be3fa1eece9db30bac

parent

1accc02d12e064f454a9acadf1d5c1af62e65458

1 file changed, 5 insertions(+), 0 deletions(-)

jump to
M tag-zsh/config/zsh/zshenvtag-zsh/config/zsh/zshenv
@@ -5,6 +5,11 @@ then
. $ZDOTDIR/zshenv.local fi + if [[ -f $ZDOTDIR/zshenv.private ]] + then + . $ZDOTDIR/zshenv.private + fi + ZPLUG_HOME=${ZPLUG_HOME:-~/projects/zplug} if [[ -z $SSH_AUTH_SOCK ]]