mirror of
https://github.com/nikdoof/dotfiles.git
synced 2026-01-30 10:58:14 +00:00
6 lines
156 B
Bash
6 lines
156 B
Bash
# Configure Homebrew environment
|
|
if [ -x /opt/homebrew/bin/brew ]; then
|
|
export HOMEBREW_NO_ENV_HINTS=1
|
|
eval "$(/opt/homebrew/bin/brew shellenv)"
|
|
fi
|