diff options
author | Alan Pearce | 2016-12-23 09:19:25 +0000 |
---|---|---|
committer | Alan Pearce | 2016-12-23 09:19:25 +0000 |
commit | b65e808182fcd34a9a2adaf0c5444613d54c911c (patch) | |
tree | ecf50968b9d24b816f3169fbd3817768c4a91d5d /tag-zsh/config | |
parent | 58c0c710ea6f2184f53f3b1849f0691e23b79d22 (diff) | |
download | nixfiles-b65e808182fcd34a9a2adaf0c5444613d54c911c.tar.lz nixfiles-b65e808182fcd34a9a2adaf0c5444613d54c911c.tar.zst nixfiles-b65e808182fcd34a9a2adaf0c5444613d54c911c.zip |
zsh: Follow zplug updates
Diffstat (limited to 'tag-zsh/config')
-rw-r--r-- | tag-zsh/config/zsh/zshrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc index 5cd2f5a2..269d5e53 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 |