summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--tag-zsh/config/zsh/zshenv5
1 files changed, 5 insertions, 0 deletions
diff --git a/tag-zsh/config/zsh/zshenv b/tag-zsh/config/zsh/zshenv
index 6c3721f..9389353 100644
--- a/tag-zsh/config/zsh/zshenv
+++ b/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 ]]