From f274f574834d03f72ffd5b35af22ea7c169e5635 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Sat, 2 Jul 2016 15:20:03 +0100 Subject: [PATCH] Add install completion to 'npm i' too --- zsh-better-npm-completion.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh-better-npm-completion.plugin.zsh b/zsh-better-npm-completion.plugin.zsh index 2df302f..e559a29 100644 --- a/zsh-better-npm-completion.plugin.zsh +++ b/zsh-better-npm-completion.plugin.zsh @@ -85,7 +85,7 @@ _zbnc_zsh_better_npm_completion() { # Load custom completion commands case "$(_zbnc_npm_command)" in - install) + i|install) _zbnc_npm_install_completion ;; run)