zsh: Follow zplug updates
Alan Pearce alan@alanpearce.uk
Fri, 23 Dec 2016 09:19:25 +0000
1 files changed, 2 insertions(+), 2 deletions(-)
jump to
M tag-zsh/config/zsh/zshrc → tag-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