We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nvm uninstall
$ nvm --version 0.23.3 $ nvm uninstall iojs-1.0 VERSION='' Uninstalled io.js v1.0.4
This VERSION='' part is confusing. This is on OS X 10.10.2, built-in ZSH 5.0.5 (x86_64-apple-darwin14.0).
VERSION=''
5.0.5 (x86_64-apple-darwin14.0)
The text was updated successfully, but these errors were encountered:
Is zsh built-in to OS X? I didn't think so.
Thanks though, I found the problem - duplicate local declarations do this in zsh only.
local
Sorry, something went wrong.
Yes, it is. :) And it's regularly updated unlike Bash that's now frozen because Zsh has liberal license (MIT or sth) whereas Bash is now GPLv3.
59e27f8
ljharb
No branches or pull requests
This
VERSION=''
part is confusing. This is on OS X 10.10.2, built-in ZSH5.0.5 (x86_64-apple-darwin14.0)
.The text was updated successfully, but these errors were encountered: