From 82ad9b3c91e3dc38759ea305a06800b44023712d Mon Sep 17 00:00:00 2001 From: "John F. Mercer" Date: Wed, 11 Oct 2023 18:19:17 -0400 Subject: [PATCH] Switch to Apple Silicon --- homebrew/homebrew.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homebrew/homebrew.zsh b/homebrew/homebrew.zsh index 148c0f3..41aa697 100644 --- a/homebrew/homebrew.zsh +++ b/homebrew/homebrew.zsh @@ -11,5 +11,5 @@ elif [[ "$OSTYPE" == "linux-gnu"* ]]; then . $HOME/.asdf/asdf.sh # standard macOS install else - eval "$(/usr/local/bin/brew shellenv)" + eval "$(/opt/homebrew/bin/brew shellenv)" fi