dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit f5f8a5bb7caf010394d85d1756bb5f9ab226aa66
parent e65f487322efe997f23fcf8c242c241af4fb6bd0
Author: Anders Damsgaard Christensen <adc@geo.au.dk>
Date:   Wed,  4 May 2016 10:53:17 -0700

disable google analytics from homebrew

Diffstat:
Mbin/uu | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/bin/uu b/bin/uu @@ -26,6 +26,7 @@ if [[ "$UNAMESTR" == 'Linux' ]]; then sudo apt-get clean elif [[ "$UNAMESTR" == 'Darwin' ]]; then echo "Fetching updates..." + brew analytics off brew update && \ brew upgrade --all && \ brew cleanup