From 345ff2982d2b28c22dd42d8faeeca2ff1ef532e4 Mon Sep 17 00:00:00 2001 From: Charles Danesi Date: Sun, 18 Jan 2026 23:06:01 -0500 Subject: [PATCH] chore: update PATH on MacOS to use Homebrew bison binary --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshrc b/.zshrc index 406abf3..cbb5230 100644 --- a/.zshrc +++ b/.zshrc @@ -99,6 +99,8 @@ case $(uname -s) in macos ) + export PATH="$(brew --prefix bison)/bin:$PATH" + zstyle ':omz:plugins:ssh-agent' ssh-add-args --apple-load-keychain eval "$(/opt/homebrew/bin/brew shellenv)"