.zshrc: Opt out of Homebrew analytics
Tracking my usage in the command line?! Seriously! See: https://github.com/Homebrew/brew/blob/master/share/doc/homebrew/Analytics.md
This commit is contained in:
parent
9df4458bd4
commit
575e0a2bc5
4
.zshrc
4
.zshrc
@ -26,6 +26,10 @@ if [[ "$OSTYPE" =~ ^darwin.*$ ]]; then
|
|||||||
PATH=/opt/brew/sbin:/opt/brew/bin:$PATH
|
PATH=/opt/brew/sbin:/opt/brew/bin:$PATH
|
||||||
MANPATH=/opt/brew/man:$MANPATH
|
MANPATH=/opt/brew/man:$MANPATH
|
||||||
|
|
||||||
|
# opt out of Homebrew analytics
|
||||||
|
# see: https://github.com/Homebrew/brew/blob/master/share/doc/homebrew/Analytics.md
|
||||||
|
export HOMEBREW_NO_ANALYTICS=1
|
||||||
|
|
||||||
# pass needs umount and diskutil, which are in /sbin and /usr/sbin
|
# pass needs umount and diskutil, which are in /sbin and /usr/sbin
|
||||||
PATH=$PATH:/sbin:/usr/sbin
|
PATH=$PATH:/sbin:/usr/sbin
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user