Properly handle nvm_print_implicit_alias splitting in zsh.

Hopefully fixes #546.
This commit is contained in:
Jordan Harband
2014-10-10 23:26:10 -04:00
parent e99645f402
commit d49443e1fb
2 changed files with 18 additions and 2 deletions

View File

@@ -30,6 +30,11 @@ nvm_ls_remote() {
echo "v0.6.6"
echo "v0.7.7"
echo "v0.9.7"
echo "v0.4.3"
echo "v0.5.4"
echo "v0.6.6"
echo "v0.7.7"
echo "v0.9.7"
}
LATEST_STABLE="$(nvm_print_implicit_alias remote stable)"