diff options
author | Alan Pearce | 2016-07-09 22:14:30 +0200 |
---|---|---|
committer | Alan Pearce | 2016-07-09 22:14:30 +0200 |
commit | b6f4a9d1c20c0edb7d028aede13e27bf10f08637 (patch) | |
tree | 1af137ac388f02b9e5b5680d166f592c4674a7b8 /tag-zsh/config | |
parent | feff88339a38ab185e29c0b99ebe6033bdc6241c (diff) | |
download | nixfiles-b6f4a9d1c20c0edb7d028aede13e27bf10f08637.tar.lz nixfiles-b6f4a9d1c20c0edb7d028aede13e27bf10f08637.tar.zst nixfiles-b6f4a9d1c20c0edb7d028aede13e27bf10f08637.zip |
zsh: Limit loaded files in async/pure
Diffstat (limited to 'tag-zsh/config')
-rw-r--r-- | tag-zsh/config/zsh/zshrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc index 0004ec76..25bccf93 100644 --- a/tag-zsh/config/zsh/zshrc +++ b/tag-zsh/config/zsh/zshrc @@ -2,8 +2,8 @@ source ${ZPLUG_HOME:-~/projects/zplug}/init.zsh zplug "zsh-users/zsh-completions" -zplug "mafredri/zsh-async" -zplug "sindresorhus/pure", on:"mafredri/zsh-async" +zplug "mafredri/zsh-async", use:async.zsh +zplug "sindresorhus/pure", on:"mafredri/zsh-async", as:plugin, use:pure.zsh 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}" |