Opt out of homebrew analytics
This commit is contained in:
parent
ac9bb8bf1c
commit
55f1dddef9
1 changed files with 3 additions and 0 deletions
3
zshrc
3
zshrc
|
@ -120,6 +120,9 @@ test "$platform" = 'osx' && export PATH="$PATH:/Users/jonny/.composer/vendor/bin
|
||||||
# Set the DEFAULT_USER variable to me (jonny)
|
# Set the DEFAULT_USER variable to me (jonny)
|
||||||
export DEFAULT_USER="jonny"
|
export DEFAULT_USER="jonny"
|
||||||
|
|
||||||
|
# No Homebrew analytics
|
||||||
|
export HOMEBREW_NO_ANALYTICS=1
|
||||||
|
|
||||||
# Colourised output for `ls`
|
# Colourised output for `ls`
|
||||||
export CLICOLOR=true
|
export CLICOLOR=true
|
||||||
export CLICOLOR_FORCE=true
|
export CLICOLOR_FORCE=true
|
||||||
|
|
Loading…
Add table
Reference in a new issue