.zshrc: Don't auto update Homebrew

I always update and then upgrade, so I don't want Homebrew updating
automatically.
This commit is contained in:
Alan Orth 2017-08-19 10:06:04 +03:00
parent 7f7eee4544
commit 448243cce3
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 0 deletions

1
.zshrc
View File

@ -28,6 +28,7 @@ if [[ "$OSTYPE" =~ ^darwin.*$ ]]; then
# see: https://github.com/Homebrew/brew/blob/master/share/doc/homebrew/Analytics.md
export HOMEBREW_NO_ANALYTICS=1
export HOMEBREW_NO_EMOJI=1
export HOMEBREW_NO_AUTO_UPDATE=1
# use some GNU stuff from homebrew: coreutils findutils gnu-sed
# requires at least: coreutils findutils gnu-sed