.zshrc: Update homebrew config options

This commit is contained in:
Alan Orth 2017-05-15 16:22:41 +03:00
parent 783acb0169
commit 627fac5ac5
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 0 additions and 3 deletions

3
.zshrc
View File

@ -29,10 +29,7 @@ if [[ "$OSTYPE" =~ ^darwin.*$ ]]; then
# opt out of Homebrew analytics
# see: https://github.com/Homebrew/brew/blob/master/share/doc/homebrew/Analytics.md
export HOMEBREW_NO_ANALYTICS=1
export HOMEBREW_NO_AUTO_UPDATE=1
export HOMEBREW_NO_EMOJI=1
export HOMEBREW_MAKE_JOBS=3
export HOMEBREW_NO_AUTO_UPDATE=1
# pass needs umount and diskutil, which are in /sbin and /usr/sbin
PATH=$PATH:/sbin:/usr/sbin