Set zsh plugin dependencies
Alan Pearce alan@alanpearce.co.uk
Sun, 26 Jun 2016 16:41:04 +0200
1 files changed, 1 insertions(+), 1 deletions(-)
jump to
M tag-zplug/config/zsh/zshrc → tag-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}"