Opt out of homebrew analytics

This commit is contained in:
Jonny Barnes 2016-04-29 15:21:03 +01:00
parent ac9bb8bf1c
commit 55f1dddef9

3
zshrc
View file

@ -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