diff --git a/zsh-nvm.plugin.zsh b/zsh-nvm.plugin.zsh index f93a578..45ae7ef 100644 --- a/zsh-nvm.plugin.zsh +++ b/zsh-nvm.plugin.zsh @@ -61,7 +61,7 @@ _zsh_nvm_load() { _zsh_nvm_nvm "$@" export NVM_AUTO_USE_ACTIVE=false ;; - 'install') + 'install' | 'i') _zsh_nvm_install_wrapper "$@" ;; *)