Don’t auto-update homebrew as much

This commit is contained in:
Jonny Barnes 2018-01-19 18:04:49 +00:00
parent 690d859192
commit 76aa4e9504

1
zshrc
View file

@ -183,6 +183,7 @@ export DEFAULT_USER="jonny"
# No Homebrew analytics # No Homebrew analytics
export HOMEBREW_NO_ANALYTICS=1 export HOMEBREW_NO_ANALYTICS=1
export HOMEBREW_AUTO_UPDATE_SECS=3600
# Colourised output for `ls` # Colourised output for `ls`
export CLICOLOR=true export CLICOLOR=true