mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Homebrew support
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user