Files
dotfiles/macos/.config/shell-common/01_macos_brew.sh
2026-01-07 17:31:50 +00:00

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