zsh: Source private zshenv if exists
Alan Pearce alan@alanpearce.uk
Wed, 28 Sep 2016 09:37:11 +0200
1 files changed, 5 insertions(+), 0 deletions(-)
jump to
M tag-zsh/config/zsh/zshenv → tag-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 ]]