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