Remove some brew env vars we do not need

This commit is contained in:
Jonny Barnes 2023-02-16 15:13:23 +00:00
parent e2d34f09af
commit 7f93cc9f2d
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8

View file

@ -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