From 90dda34c8bc0e9e1e9d7113bbff1b52e3c2067d5 Mon Sep 17 00:00:00 2001 From: Willem Melching Date: Mon, 18 Jan 2021 16:17:23 +0100 Subject: [PATCH] new macOS cache old-commit-hash: 0a911a5e28834104d3322a4d79af2272ad51e5a5 --- tools/mac_setup.sh | 1 + 1 file changed, 1 insertion(+) 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