From f450f7e5ac79987e38421f69465d560e81e40030 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Mon, 10 Jul 2023 08:22:30 +0100 Subject: [PATCH] Homebrew analytics are not Google powered now --- zshrc.zsh | 3 --- 1 file changed, 3 deletions(-) diff --git a/zshrc.zsh b/zshrc.zsh index 2c2997e..c62567a 100644 --- a/zshrc.zsh +++ b/zshrc.zsh @@ -125,9 +125,6 @@ if type brew &>/dev/null; then test -d $(brew --prefix)/opt/curl && export PATH="$(brew --prefix)/opt/curl/bin:$PATH" fi -# Set Homebrew Env variables -export HOMEBREW_NO_ANALYTICS=1 - # Colourised output for `ls` export CLICOLOR=true export CLICOLOR_FORCE=true