From 7f93cc9f2d9febe72c0c47f52335fcb8ac647979 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Thu, 16 Feb 2023 15:13:23 +0000 Subject: [PATCH] Remove some brew env vars we do not need --- zshrc.zsh | 2 -- 1 file changed, 2 deletions(-) diff --git a/zshrc.zsh b/zshrc.zsh index b9d340b..c2b6d31 100644 --- a/zshrc.zsh +++ b/zshrc.zsh @@ -116,8 +116,6 @@ test -d $(brew --prefix)/opt/curl && export PATH="$(brew --prefix)/opt/curl/bin: # Set Homebrew Env variables export HOMEBREW_NO_ANALYTICS=1 -export HOMEBREW_AUTO_UPDATE_SECS=3600 -export HOMEBREW_INSTALL_FROM_API=true # Colourised output for `ls` export CLICOLOR=true