From b65e808182fcd34a9a2adaf0c5444613d54c911c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 23 Dec 2016 09:19:25 +0000 Subject: zsh: Follow zplug updates --- tag-zsh/config/zsh/zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tag-zsh/config/zsh/zshrc') 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 -- cgit 1.4.1