macOS: use bash_profile instead of bashrc (#29165)

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@Adeebs-MacBook-Air.local>
This commit is contained in:
Adeeb Shihadeh
2023-07-27 00:31:42 -07:00
committed by GitHub
parent 156c7a84e8
commit 2e634bc199

View File

@@ -9,7 +9,7 @@ ARCH=$(uname -m)
if [[ $SHELL == "/bin/zsh" ]]; then
RC_FILE="$HOME/.zshrc"
elif [[ $SHELL == "/bin/bash" ]]; then
RC_FILE="$HOME/.bashrc"
RC_FILE="$HOME/.bash_profile"
fi
# Install brew if required