Set HOMEBREW_INSTALL_FROM_API

This commit is contained in:
Jonny Barnes 2022-09-07 20:27:01 +01:00
parent 8b1a55a305
commit eedd04b57d
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8

View file

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