mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 14:21:50 +00:00
Merge b3a386b000
into a82edf40ba
This commit is contained in:
commit
589ddf140f
@ -40,7 +40,7 @@ nvm_profile_is_bash_or_zsh() {
|
||||
local TEST_PROFILE
|
||||
TEST_PROFILE="${1-}"
|
||||
case "${TEST_PROFILE-}" in
|
||||
*"/.bashrc" | *"/.bash_profile" | *"/.zshrc")
|
||||
*"/.bashrc" | *"/.bash_profile" | *"/.zshrc" | "/etc/bashrc")
|
||||
return
|
||||
;;
|
||||
*)
|
||||
|
Loading…
Reference in New Issue
Block a user