summary refs log tree commit diff stats
path: root/tag-zsh/config/zsh/zshrc
diff options
context:
space:
mode:
authorAlan Pearce2016-12-23 09:19:25 +0000
committerAlan Pearce2016-12-23 09:19:25 +0000
commitb65e808182fcd34a9a2adaf0c5444613d54c911c (patch)
treeecf50968b9d24b816f3169fbd3817768c4a91d5d /tag-zsh/config/zsh/zshrc
parent58c0c710ea6f2184f53f3b1849f0691e23b79d22 (diff)
downloaddotfiles-b65e808182fcd34a9a2adaf0c5444613d54c911c.tar.lz
dotfiles-b65e808182fcd34a9a2adaf0c5444613d54c911c.tar.zst
dotfiles-b65e808182fcd34a9a2adaf0c5444613d54c911c.zip
zsh: Follow zplug updates
Diffstat (limited to 'tag-zsh/config/zsh/zshrc')
-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 5cd2f5a..269d5e5 100644
--- a/tag-zsh/config/zsh/zshrc
+++ b/tag-zsh/config/zsh/zshrc
@@ -12,8 +12,8 @@ then
 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