diff --git a/zsh-nvm.plugin.zsh b/zsh-nvm.plugin.zsh index 76d12c8..f69d27c 100644 --- a/zsh-nvm.plugin.zsh +++ b/zsh-nvm.plugin.zsh @@ -19,6 +19,7 @@ _zsh_nvm_latest_release_tag() { } _zsh_nvm_install() { + echo "Installing nvm..." git clone https://github.com/creationix/nvm.git "$NVM_DIR" $(cd "$NVM_DIR" && git checkout --quiet "$(_zsh_nvm_latest_release_tag)") }