From 7cf755d89c41d32fc40c5c0a6ae2ee233d4d6f61 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Mon, 29 May 2017 17:31:43 +0700 Subject: [PATCH] Wrap nvm i as well as nvm install --- zsh-nvm.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "$@" ;; *)