diff options
author | Alan Pearce | 2016-06-26 16:41:04 +0200 |
---|---|---|
committer | Alan Pearce | 2016-06-26 16:41:04 +0200 |
commit | 3ec45a3b60b4d4ae0a778ed1d0e417c3a20c4d57 (patch) | |
tree | 397c85c6a22aab807182dc664e08b3005e702e55 /tag-zplug/config | |
parent | dd4e62c2ea197c6cf63b65a7b5160fb19dbd5939 (diff) | |
download | dotfiles-3ec45a3b60b4d4ae0a778ed1d0e417c3a20c4d57.tar.lz dotfiles-3ec45a3b60b4d4ae0a778ed1d0e417c3a20c4d57.tar.zst dotfiles-3ec45a3b60b4d4ae0a778ed1d0e417c3a20c4d57.zip |
Set zsh plugin dependencies
Diffstat (limited to 'tag-zplug/config')
-rw-r--r-- | tag-zplug/config/zsh/zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-zplug/config/zsh/zshrc b/tag-zplug/config/zsh/zshrc index 5fd52db..c57bf94 100644 --- a/tag-zplug/config/zsh/zshrc +++ b/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}" |