From 6463ef67d3080c80d94f811f0f99d02cfbf13d4b Mon Sep 17 00:00:00 2001 From: Charles Danesi Date: Mon, 9 Mar 2026 13:49:59 -0400 Subject: [PATCH] chore: update brew path --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index cbb5230..0243832 100644 --- a/.zshrc +++ b/.zshrc @@ -99,7 +99,7 @@ case $(uname -s) in macos ) - export PATH="$(brew --prefix bison)/bin:$PATH" + export PATH="$(/opt/homebrew/bin/brew --prefix bison)/bin:$PATH" zstyle ':omz:plugins:ssh-agent' ssh-add-args --apple-load-keychain