diff options
author | Alan Pearce | 2017-01-17 12:03:55 +0100 |
---|---|---|
committer | Alan Pearce | 2017-01-17 12:03:55 +0100 |
commit | 84516d9ffe8a2b066aa57e376a9f5411ee5c4c1e (patch) | |
tree | 00cd66b06fd566e221a9ad2cdffc4666fb564cfd /tag-zsh | |
parent | deab2de981f236450b9c397c5eef7ed665eb6744 (diff) | |
download | nixfiles-84516d9ffe8a2b066aa57e376a9f5411ee5c4c1e.tar.lz nixfiles-84516d9ffe8a2b066aa57e376a9f5411ee5c4c1e.tar.zst nixfiles-84516d9ffe8a2b066aa57e376a9f5411ee5c4c1e.zip |
zsh: Use OMZ yarn completion
Diffstat (limited to 'tag-zsh')
-rw-r--r-- | tag-zsh/config/zsh/zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc index 6ca27689..2b8e7dc3 100644 --- a/tag-zsh/config/zsh/zshrc +++ b/tag-zsh/config/zsh/zshrc @@ -12,6 +12,7 @@ then fi zplug "gerges/oh-my-zsh-jira-plus", as:plugin, if:"[[ ${(SN)HOST%spotcap} ]]" +zplug "plugins/yarn", from:oh-my-zsh, defer:2, if:"[[ -n $commands[yarn] ]]", defer:2 zplug "lukechilds/zsh-better-npm-completion", if:"[[ -n $commands[npm] ]]", defer:2 zplug "hlissner/zsh-autopair", defer:2 |