File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ install/packages.sh
1111# make sure homebrew ARM binaries are on the path during the first install
1212# so we can find them in the scripts that follow
1313if [[ -f /opt/homebrew/bin/brew ]]; then
14- eval " $( /opt/homebrew/bin/brew shellenv) "
14+ eval " $( /opt/homebrew/bin/brew shellenv zsh ) "
1515fi
1616
1717install/fonts.sh
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ set -euo pipefail
88# this handles reruns within the same terminal of the very first install
99# and avoids updating .zprofile again
1010if [[ -f /opt/homebrew/bin/brew ]]; then
11- eval " $( /opt/homebrew/bin/brew shellenv) "
11+ eval " $( /opt/homebrew/bin/brew shellenv zsh ) "
1212fi
1313
1414# install brew
@@ -21,8 +21,8 @@ if ! hash brew 2> /dev/null; then
2121 # additional steps are needed to add it to the path
2222 echo " Adding Homebrew to your PATH in .zprofile"
2323 set -x
24- echo ' eval "$(/opt/homebrew/bin/brew shellenv)"' >> " $HOME " /.zprofile
25- eval " $( /opt/homebrew/bin/brew shellenv) "
24+ echo ' eval "$(/opt/homebrew/bin/brew shellenv zsh )"' >> " $HOME " /.zprofile
25+ eval " $( /opt/homebrew/bin/brew shellenv zsh ) "
2626 set +x
2727 fi
2828
You can’t perform that action at this time.
0 commit comments