Wrap nvm i as well as nvm install

This commit is contained in:
Luke Childs 2017-05-29 17:31:43 +07:00
parent f94382e8ff
commit 6adee8c2d2

View File

@ -61,7 +61,7 @@ _zsh_nvm_load() {
_zsh_nvm_nvm "$@"
export NVM_AUTO_USE_ACTIVE=false
;;
'install')
'install' | 'i')
_zsh_nvm_install_wrapper "$@"
;;
*)