Browse Source

Set NVM_DIR

pull/5/head
Luke Childs 9 years ago
parent
commit
7c8449e0e8
  1. 4
      zsh-nvm.plugin.zsh

4
zsh-nvm.plugin.zsh

@ -1,3 +1,7 @@
if [ -z "$NVM_DIR" ]; then
NVM_DIR="$HOME/.nvm"
fi
_zsh_nvm_has() {
type "$1" > /dev/null 2>&1
}

Loading…
Cancel
Save