Browse Source

Install nvm

pull/5/head
Luke Childs 9 years ago
parent
commit
e1c0c7bac1
  1. 3
      zsh-nvm.plugin.zsh

3
zsh-nvm.plugin.zsh

@ -25,3 +25,6 @@ _zsh_nvm_install() {
cd "$NVM_DIR"
git checkout --quiet "$(_zsh_nvm_latest_release_tag)"
}
# Install nvm if it isn't already installed
[[ ! -f "$NVM_DIR/nvm.sh" ]] && _zsh_nvm_install

Loading…
Cancel
Save