This commit is contained in:
Aravind Ramanathan 2012-08-07 23:30:07 -07:00
commit 73661f1b36

2
nvm.sh
View File

@ -12,7 +12,9 @@ fi
# Make zsh glob matching behave same as bash
# This fixes the "zsh: no matches found" errors
if [[ `which unsetopt` ]]; then
unsetopt nomatch 2>/dev/null
fi
# Expand a version using the version cache
nvm_version()