Browse Source

Add install completion to 'npm i' too

pull/2/head
Luke Childs 8 years ago
parent
commit
f274f57483
  1. 2
      zsh-better-npm-completion.plugin.zsh

2
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)

Loading…
Cancel
Save