diff --git a/.bash.d/mac.sh b/.bash.d/mac.sh index 7c855807..fe78b11b 100644 --- a/.bash.d/mac.sh +++ b/.bash.d/mac.sh @@ -30,6 +30,11 @@ is_mac || return alias osash="osascript -i" alias osashell=osash +if [ -x /opt/homebrew/bin/brew ]; then + # shellcheck disable=SC2046 + eval $(/opt/homebrew/bin/brew shellenv) +fi + date(){ gdate "$@" }