Set NVM_DIR

This commit is contained in:
Luke Childs 2016-07-08 19:47:16 +01:00
parent dde14339e7
commit 7c8449e0e8

View File

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