all repos — nixfiles @ b65e808182fcd34a9a2adaf0c5444613d54c911c

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

zsh: Follow zplug updates
Alan Pearce alan@alanpearce.uk
Fri, 23 Dec 2016 09:19:25 +0000
commit

b65e808182fcd34a9a2adaf0c5444613d54c911c

parent

58c0c710ea6f2184f53f3b1849f0691e23b79d22

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

jump to
M tag-zsh/config/zsh/zshrctag-zsh/config/zsh/zshrc
@@ -12,8 +12,8 @@ fpath=($fpath $ZPLUG_REPOS/spwhitt/nix-zsh-completions) fi
 
 zplug "gerges/oh-my-zsh-jira-plus", as:plugin, if:"[[ ${(SN)HOST%spotcap} ]]"
-zplug "lukechilds/zsh-better-npm-completion", if:"[[ -n $commands[npm] ]]", nice:10
-zplug "hlissner/zsh-autopair", nice:10
+zplug "lukechilds/zsh-better-npm-completion", if:"[[ -n $commands[npm] ]]", defer:2
+zplug "hlissner/zsh-autopair", defer:2
 
 HISTSIZE=3000
 SAVEHIST=10000