We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
\hash
command hash
zsh
1 parent c73009f commit d86f270Copy full SHA for d86f270
nvm.sh
@@ -3565,7 +3565,7 @@ nvm() {
3565
fi
3566
else
3567
export PATH="${NEWPATH}"
3568
- command hash -r
+ \hash -r
3569
if [ "${NVM_SILENT:-0}" -ne 1 ]; then
3570
nvm_echo "${NVM_DIR}/*/bin removed from \${PATH}"
3571
@@ -3697,7 +3697,7 @@ nvm() {
3697
export MANPATH
3698
3699
export PATH
3700
3701
export NVM_BIN="${NVM_VERSION_DIR}/bin"
3702
export NVM_INC="${NVM_VERSION_DIR}/include/node"
3703
if [ "${NVM_SYMLINK_CURRENT-}" = true ]; then
0 commit comments