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