summary refs log tree commit diff stats
path: root/tag-zsh/config/zsh
diff options
context:
space:
mode:
authorAlan Pearce2016-07-09 22:14:30 +0200
committerAlan Pearce2016-07-09 22:14:30 +0200
commitb6f4a9d1c20c0edb7d028aede13e27bf10f08637 (patch)
tree1af137ac388f02b9e5b5680d166f592c4674a7b8 /tag-zsh/config/zsh
parentfeff88339a38ab185e29c0b99ebe6033bdc6241c (diff)
downloaddotfiles-b6f4a9d1c20c0edb7d028aede13e27bf10f08637.tar.lz
dotfiles-b6f4a9d1c20c0edb7d028aede13e27bf10f08637.tar.zst
dotfiles-b6f4a9d1c20c0edb7d028aede13e27bf10f08637.zip
zsh: Limit loaded files in async/pure
Diffstat (limited to 'tag-zsh/config/zsh')
-rw-r--r--tag-zsh/config/zsh/zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc
index 0004ec7..25bccf9 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}"