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
Currently the sh emulation in Zsh doesn’t like NVM. For example, nvm ls gives strange error like
sh
nvm ls
[3] done { if [ ! -f "${NVM_ALIAS_DIR}/${ALIAS_NAME}" ] && { [ -z "${ALIAS}" ] || [ =} [3] done { LTS_ALIAS= ; if [ -n "${LTS_ALIAS}" ]; then; nvm_echo "${LTS_ALIAS}"; fi; }
This doesn’t abort the function, but it’s annoying. When this is solved, revert or update 2f77384.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently the
sh
emulation in Zsh doesn’t like NVM. For example,nvm ls
gives strange error likeThis doesn’t abort the function, but it’s annoying. When this is solved, revert or update 2f77384.
The text was updated successfully, but these errors were encountered: