[node] Always quote files when source
-ing
This commit is contained in:
parent
eddbdd9416
commit
8846db9d4d
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ if [[ -s "$HOME/.nvm/nvm.sh" ]]; then
|
||||||
|
|
||||||
# Load package manager installed NVM into the shell session.
|
# Load package manager installed NVM into the shell session.
|
||||||
elif (( $+commands[brew] )) && [[ -d "$(brew --prefix nvm 2>/dev/null)" ]]; then
|
elif (( $+commands[brew] )) && [[ -d "$(brew --prefix nvm 2>/dev/null)" ]]; then
|
||||||
source $(brew --prefix nvm)/nvm.sh
|
source "$(brew --prefix nvm)/nvm.sh"
|
||||||
|
|
||||||
# Load manually installed nodenv into the shell session.
|
# Load manually installed nodenv into the shell session.
|
||||||
elif [[ -s "$HOME/.nodenv/bin/nodenv" ]]; then
|
elif [[ -s "$HOME/.nodenv/bin/nodenv" ]]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue