Homebrew support

This commit is contained in:
David Tomaschik
2025-03-10 17:26:43 -07:00
parent f6573e30b2
commit b7b16e20a6

View File

@@ -140,6 +140,10 @@ if [[ $- == *i* ]] ; then
# History # History
alias fullhist="history 1" alias fullhist="history 1"
alias longhist="history -1000" 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 fi # End interactive-only block
# In case ack is named ack-grep # In case ack is named ack-grep