-
-
Notifications
You must be signed in to change notification settings - Fork 8k
New issue
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 v0.39.6 regression on command hash #3247
Comments
some shells |
Indeed, |
#3246 attempts to use
|
What does |
most everything's a binary tho |
When you execute |
Not on
|
I'm using zsh version 5.8.1 (x86_64-ubuntu-linux-gnu):
my temporary fix:
|
Or simply revert the change until #3246 is merged (not sure whether upgrading would overwrite this, but you can reinstall anyway): sed -i 's/command hash -r/hash -r/g' $NVM_DIR/nvm.sh |
Linux and MacOS
MacOS: nvm 0.39.6
Arch: nvm 0.39.6-1
When sourcing in
nvm.sh
on MacOS (zsh 5.9 (x86_64-apple-darwin23.0)), no error is encountered, but sourcing innvm.sh
on Arch (zsh 5.9-4) results in the following errornvm:867: command not found: hash
This is due to the commit at cc765cc
The command on MacOS produces no error:
but on Arch with Zsh, it produces the following:
-=david=-
The text was updated successfully, but these errors were encountered: