mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-12-13 16:44:17 +00:00
Merge 42f6693db6 into 28fe93cd15
This commit is contained in:
3
nvm.sh
3
nvm.sh
@@ -143,6 +143,9 @@ nvm_print_npm_version() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Ensure this only runs in the users $HOME directory
|
||||||
|
cd "$HOME"
|
||||||
|
|
||||||
# Make zsh glob matching behave same as bash
|
# Make zsh glob matching behave same as bash
|
||||||
# This fixes the "zsh: no matches found" errors
|
# This fixes the "zsh: no matches found" errors
|
||||||
if [ -z "${NVM_CD_FLAGS-}" ]; then
|
if [ -z "${NVM_CD_FLAGS-}" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user