Currently the sh emulation in Zsh doesn’t like NVM. For example, nvm ls gives strange error like
[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.
Currently the
shemulation in Zsh doesn’t like NVM. For example,nvm lsgives strange error likeThis doesn’t abort the function, but it’s annoying. When this is solved, revert or update 2f77384.