.zshrc: Update homebrew config options
This commit is contained in:
parent
783acb0169
commit
627fac5ac5
3
.zshrc
3
.zshrc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user