diff --git a/install.sh b/install.sh index 2bf513a..87f585a 100755 --- a/install.sh +++ b/install.sh @@ -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 ;; *)