Merge 42f6693db6 into 28fe93cd15
This commit is contained in:
commit
5bfe710dc3
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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue