Adding nvm_has_system_node

This commit is contained in:
Jordan Harband
2014-07-14 11:46:34 -07:00
parent 1d61584402
commit 6d2912a2ab
2 changed files with 33 additions and 0 deletions

4
nvm.sh
View File

@@ -28,6 +28,10 @@ nvm_download() {
fi
}
nvm_has_system_node() {
[ $(nvm deactivate 2> /dev/null && command -v node) != '' ]
}
# Make zsh glob matching behave same as bash
# This fixes the "zsh: no matches found" errors
if nvm_has "unsetopt"; then