all repos — nixfiles @ f766b7ba9ee98fe81a0b17581177314c57443818

System and user configuration, managed by nix and home-manager

Zplug: Allow installing into $HOME

Alan Pearce
commit

f766b7ba9ee98fe81a0b17581177314c57443818

parent

665d0c79f6c3167ca125666cedd85e8c29a47bdc

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

changed files
M tag-zplug/config/zsh/zshenvtag-zplug/config/zsh/zshenv
@@ -0,0 +1,6 @@
+if [[ -f $ZDOTDIR/zshenv.local ]] +then + . $ZDOTDIR/zshenv.local +fi + +ZPLUG_HOME=${ZPLUG_HOME:-~/projects/zplug}