fix: brew env

This commit is contained in:
2025-06-20 11:54:49 +03:00
parent ee94155df9
commit c60b3f17ce
2 changed files with 1 additions and 8 deletions

View File

@@ -69,7 +69,7 @@ fi
# Load homebrew
# -----------------------------------------------------------------------------
_dots_load_brew() {
export HOMEBREW_NO_ANALYTICS=0
export HOMEBREW_NO_ANALYTICS=1
[ -x "/opt/homebrew/bin/brew" ] && eval "$(/opt/homebrew/bin/brew shellenv)"
}
_dots_load_brew