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, 2 insertions(+), 3 deletions(-)

changed files
M tag-zplug/config/zsh/zshrctag-zplug/config/zsh/zshrc
@@ -1,12 +1,11 @@
# -*- mode: sh; -*- -export ZPLUG_HOME=/usr/local/opt/zplug -source $ZPLUG_HOME/init.zsh +source ${ZPLUG_HOME:-~/projects/zplug}/init.zsh zplug "zsh-users/zsh-completions" zplug "mafredri/zsh-async" zplug "sindresorhus/pure" zplug "Tarrasch/zsh-autoenv", as:plugin -zplug "clvv/fasd", hook-build:"make install" +zplug "clvv/fasd", hook-build:"PREFIX=$HOME make install" zplug "tymm/zsh-directory-history", as:command, use:"dir{hist,log}" zplug "tymm/zsh-directory-history", as:plugin