all repos — nixfiles @ b6f4a9d1c20c0edb7d028aede13e27bf10f08637

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

zsh: Limit loaded files in async/pure
Alan Pearce alan@alanpearce.co.uk
Sat, 09 Jul 2016 22:14:30 +0200
commit

b6f4a9d1c20c0edb7d028aede13e27bf10f08637

parent

feff88339a38ab185e29c0b99ebe6033bdc6241c

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M tag-zsh/config/zsh/zshrctag-zsh/config/zsh/zshrc
@@ -2,8 +2,8 @@ # -*- mode: sh; -*- 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}"