summary refs log tree commit diff stats
path: root/tag-zplug/config/zsh/zshenv
diff options
context:
space:
mode:
Diffstat (limited to 'tag-zplug/config/zsh/zshenv')
-rw-r--r--tag-zplug/config/zsh/zshenv6
1 files changed, 6 insertions, 0 deletions
diff --git a/tag-zplug/config/zsh/zshenv b/tag-zplug/config/zsh/zshenv
index e69de29b..d5ef76a1 100644
--- a/tag-zplug/config/zsh/zshenv
+++ b/tag-zplug/config/zsh/zshenv
@@ -0,0 +1,6 @@
+if [[ -f $ZDOTDIR/zshenv.local ]]
+then
+	. $ZDOTDIR/zshenv.local
+fi
+
+ZPLUG_HOME=${ZPLUG_HOME:-~/projects/zplug}
\ No newline at end of file