Browse Source

Wrap nvm i as well as nvm install

yarn-unset-notice
Luke Childs 8 years ago
parent
commit
7cf755d89c
  1. 2
      zsh-nvm.plugin.zsh

2
zsh-nvm.plugin.zsh

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

Loading…
Cancel
Save