From ff29e036914f8ce906ece7412c4d87747ddee5a8 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sun, 31 Jul 2022 03:24:31 -0500 Subject: [PATCH] feat: opt out of homebrew analytics --- .config/zsh/config/profile/profile/env.zsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/zsh/config/profile/profile/env.zsh b/.config/zsh/config/profile/profile/env.zsh index 9e8c80f..8fbe981 100644 --- a/.config/zsh/config/profile/profile/env.zsh +++ b/.config/zsh/config/profile/profile/env.zsh @@ -30,6 +30,8 @@ if [[ "$OSTYPE" = "darwin"* ]]; then # Set Homebrew env variables eval "$(/opt/homebrew/bin/brew shellenv)" + export HOMEBREW_NO_ANALYTICS=1 + export PATH="${HOMEBREW_PREFIX}/opt/coreutils/libexec/gnubin:$PATH" export PATH="${HOMEBREW_PREFIX}/opt/gnu-sed/libexec/gnubin:$PATH" export PATH="/Applications/Firefox Developer Edition.app/Contents/MacOS:$PATH"