update path to brew for silicon macbook pro

This commit is contained in:
2025-06-05 12:36:32 -04:00
parent d91a37336c
commit 1cd3afd297
+1 -1
View File
@@ -98,7 +98,7 @@ case $(uname -s) in
zstyle ':omz:plugins:ssh-agent' ssh-add-args --apple-load-keychain 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 if command -v gdircolors >/dev/null 2>&1; then
test -f "$HOME/.dircolors" && eval "$(gdircolors "$HOME/.dircolors")" || eval "$(gdircolors)" test -f "$HOME/.dircolors" && eval "$(gdircolors "$HOME/.dircolors")" || eval "$(gdircolors)"