From b7b16e20a6576678b279ecf9e982b32ba45bcf79 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Mon, 10 Mar 2025 17:26:43 -0700 Subject: [PATCH] Homebrew support --- dotfiles/zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dotfiles/zshrc b/dotfiles/zshrc index 091a158..c920ce3 100755 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -140,6 +140,10 @@ if [[ $- == *i* ]] ; then # History alias fullhist="history 1" alias longhist="history -1000" + # Homebrew on mac + if test -x /opt/homebrew/bin/brew ; then + eval $(/opt/homebrew/bin/brew shellenv) + fi fi # End interactive-only block # In case ack is named ack-grep