mirror of
https://github.com/lukechilds/zsh-nvm.git
synced 2025-01-30 09:47:14 +08:00
Wrap nvm i as well as nvm install
This commit is contained in:
parent
3d6c5606b2
commit
7cf755d89c
@ -61,7 +61,7 @@ _zsh_nvm_load() {
|
||||
_zsh_nvm_nvm "$@"
|
||||
export NVM_AUTO_USE_ACTIVE=false
|
||||
;;
|
||||
'install')
|
||||
'install' | 'i')
|
||||
_zsh_nvm_install_wrapper "$@"
|
||||
;;
|
||||
*)
|
||||
|
Loading…
Reference in New Issue
Block a user