From 1cd3afd297d2cf6c3716134f17d2f4dfb5497be3 Mon Sep 17 00:00:00 2001 From: Charles Danesi Date: Thu, 5 Jun 2025 12:36:32 -0400 Subject: [PATCH] update path to brew for silicon macbook pro --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 82ee0d2..8769261 100644 --- a/.zshrc +++ b/.zshrc @@ -98,7 +98,7 @@ case $(uname -s) in zstyle ':omz:plugins:ssh-agent' ssh-add-args --apple-load-keychain - eval "$(brew shellenv)" + eval "$(/opt/homebrew/bin/brew shellenv)" if command -v gdircolors >/dev/null 2>&1; then test -f "$HOME/.dircolors" && eval "$(gdircolors "$HOME/.dircolors")" || eval "$(gdircolors)"