diff --git a/tools/mac_setup.sh b/tools/mac_setup.sh index 3afc32c165..bb88a5cfcf 100755 --- a/tools/mac_setup.sh +++ b/tools/mac_setup.sh @@ -20,6 +20,7 @@ brew install capnp \ qt5 \ zeromq + if [[ $SHELL == "/bin/zsh" ]]; then RC_FILE="$HOME/.zshrc" elif [[ $SHELL == "/bin/bash" ]]; then