.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:
parent
7f7eee4544
commit
448243cce3
1
.zshrc
1
.zshrc
@ -28,6 +28,7 @@ if [[ "$OSTYPE" =~ ^darwin.*$ ]]; then
|
|||||||
# see: https://github.com/Homebrew/brew/blob/master/share/doc/homebrew/Analytics.md
|
# see: https://github.com/Homebrew/brew/blob/master/share/doc/homebrew/Analytics.md
|
||||||
export HOMEBREW_NO_ANALYTICS=1
|
export HOMEBREW_NO_ANALYTICS=1
|
||||||
export HOMEBREW_NO_EMOJI=1
|
export HOMEBREW_NO_EMOJI=1
|
||||||
|
export HOMEBREW_NO_AUTO_UPDATE=1
|
||||||
|
|
||||||
# use some GNU stuff from homebrew: coreutils findutils gnu-sed
|
# use some GNU stuff from homebrew: coreutils findutils gnu-sed
|
||||||
# requires at least: coreutils findutils gnu-sed
|
# requires at least: coreutils findutils gnu-sed
|
||||||
|
Loading…
Reference in New Issue
Block a user