summary refs log tree commit diff stats
path: root/tag-zsh/config
diff options
context:
space:
mode:
authorAlan Pearce2017-01-17 12:03:55 +0100
committerAlan Pearce2017-01-17 12:03:55 +0100
commit84516d9ffe8a2b066aa57e376a9f5411ee5c4c1e (patch)
tree00cd66b06fd566e221a9ad2cdffc4666fb564cfd /tag-zsh/config
parentdeab2de981f236450b9c397c5eef7ed665eb6744 (diff)
downloaddotfiles-84516d9ffe8a2b066aa57e376a9f5411ee5c4c1e.tar.lz
dotfiles-84516d9ffe8a2b066aa57e376a9f5411ee5c4c1e.tar.zst
dotfiles-84516d9ffe8a2b066aa57e376a9f5411ee5c4c1e.zip
zsh: Use OMZ yarn completion
Diffstat (limited to 'tag-zsh/config')
-rw-r--r--tag-zsh/config/zsh/zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc
index 6ca2768..2b8e7dc 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