macOS: use bash_profile instead of bashrc (#29165)

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@Adeebs-MacBook-Air.local>
old-commit-hash: 2e634bc19919d8205ba4e133ae4630cc1da845bd
This commit is contained in:
Adeeb Shihadeh
2023-07-27 00:31:42 -07:00
committed by GitHub
parent e8d84e11f5
commit 2ed1f8f3f3
+1 -1
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