Merge b3a386b000 into 39d9a42c35
This commit is contained in:
commit
0d523f0ee8
|
|
@ -40,7 +40,7 @@ nvm_profile_is_bash_or_zsh() {
|
||||||
local TEST_PROFILE
|
local TEST_PROFILE
|
||||||
TEST_PROFILE="${1-}"
|
TEST_PROFILE="${1-}"
|
||||||
case "${TEST_PROFILE-}" in
|
case "${TEST_PROFILE-}" in
|
||||||
*"/.bashrc" | *"/.bash_profile" | *"/.zshrc")
|
*"/.bashrc" | *"/.bash_profile" | *"/.zshrc" | "/etc/bashrc")
|
||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue