From 55f1dddef9ba08418935f6c45c614e0e20fe8f64 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Fri, 29 Apr 2016 15:21:03 +0100 Subject: [PATCH] Opt out of homebrew analytics --- zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zshrc b/zshrc index c572c41..880840c 100644 --- a/zshrc +++ b/zshrc @@ -120,6 +120,9 @@ test "$platform" = 'osx' && export PATH="$PATH:/Users/jonny/.composer/vendor/bin # Set the DEFAULT_USER variable to me (jonny) export DEFAULT_USER="jonny" +# No Homebrew analytics +export HOMEBREW_NO_ANALYTICS=1 + # Colourised output for `ls` export CLICOLOR=true export CLICOLOR_FORCE=true