all repos — nixfiles @ 3ec45a3b60b4d4ae0a778ed1d0e417c3a20c4d57

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

Set zsh plugin dependencies

Alan Pearce
commit

3ec45a3b60b4d4ae0a778ed1d0e417c3a20c4d57

parent

dd4e62c2ea197c6cf63b65a7b5160fb19dbd5939

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M tag-zplug/config/zsh/zshrctag-zplug/config/zsh/zshrc
@@ -3,7 +3,7 @@ source ${ZPLUG_HOME:-~/projects/zplug}/init.zsh
zplug "zsh-users/zsh-completions" zplug "mafredri/zsh-async" -zplug "sindresorhus/pure" +zplug "sindresorhus/pure", on:"mafredri/zsh-async" zplug "Tarrasch/zsh-autoenv", as:plugin zplug "clvv/fasd", hook-build:"PREFIX=$HOME make install" zplug "tymm/zsh-directory-history", as:command, use:"dir{hist,log}"