From eedd04b57ddb963f253c5dec86623e4f9f29e3bc Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Wed, 7 Sep 2022 20:27:01 +0100 Subject: [PATCH] Set HOMEBREW_INSTALL_FROM_API --- zshrc.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/zshrc.zsh b/zshrc.zsh index 00ed3da..fa23222 100644 --- a/zshrc.zsh +++ b/zshrc.zsh @@ -119,6 +119,7 @@ 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