macOS: use bash_profile instead of bashrc (#29165)

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@Adeebs-MacBook-Air.local>
old-commit-hash: 2e634bc199
beeps
Adeeb Shihadeh 2 years ago committed by GitHub
parent e8d84e11f5
commit 2ed1f8f3f3
  1. 2
      tools/mac_setup.sh

@ -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

Loading…
Cancel
Save