From f766b7ba9ee98fe81a0b17581177314c57443818 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 26 Jun 2016 16:34:09 +0200 Subject: Zplug: Allow installing into $HOME --- tag-zplug/config/zsh/zshenv | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tag-zplug/config/zsh/zshenv') 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 -- cgit 1.4.1