all repos — nixfiles @ 84516d9ffe8a2b066aa57e376a9f5411ee5c4c1e

System and user configuration, managed by nix and home-manager

zsh: Use OMZ yarn completion
Alan Pearce alan@alanpearce.uk
Tue, 17 Jan 2017 12:03:55 +0100
commit

84516d9ffe8a2b066aa57e376a9f5411ee5c4c1e

parent

deab2de981f236450b9c397c5eef7ed665eb6744

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M tag-zsh/config/zsh/zshrctag-zsh/config/zsh/zshrc
@@ -12,6 +12,7 @@ fpath=($fpath $ZPLUG_REPOS/spwhitt/nix-zsh-completions) 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