Skip to content

Commit

Permalink
macOS: use bash_profile instead of bashrc (#29165)
Browse files Browse the repository at this point in the history
Co-authored-by: Adeeb Shihadeh <[email protected]>
old-commit-hash: 2e634bc
  • Loading branch information
adeebshihadeh and Adeeb Shihadeh authored Jul 27, 2023
1 parent e8d84e1 commit 2ed1f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/mac_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2ed1f8f

Please sign in to comment.