macOS: use bash_profile instead of bashrc (#29165)

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@Adeebs-MacBook-Air.local>
pull/29165/merge
Adeeb Shihadeh 2 years ago committed by GitHub
parent 156c7a84e8
commit 2e634bc199
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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