Browse Source

Update nvm repository URL (#56)

nvm has moved to nvm-sh/nvm, update the git clone URL to match
pull/59/head
ethanwu10 5 years ago
committed by Luke Childs
parent
commit
557653b340
  1. 2
      zsh-nvm.plugin.zsh

2
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)")
}

Loading…
Cancel
Save