From 73c7a1844aa8494bf9ab9a03dea7139d87296ec6 Mon Sep 17 00:00:00 2001 From: hellerve Date: Fri, 5 Aug 2016 10:11:50 +0200 Subject: [PATCH] added homebrew no analytics --- zepsrc | 5 +++-- zshrc | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/zepsrc b/zepsrc index c7a5195..bf5e3bf 100644 --- a/zepsrc +++ b/zepsrc @@ -1,3 +1,4 @@ -#{:color-tests #t - :verbose-tests #t +#{:verbose-tests #t + :color-tests #t + :zpr-url "127.0.0.1:3000/" :with-timestamp #t} diff --git a/zshrc b/zshrc index 3f1a97c..4c2ee50 100644 --- a/zshrc +++ b/zshrc @@ -19,6 +19,7 @@ setopt appendhistory autocd extendedglob nomatch notify bindkey -e # End of lines configured by zsh-newuser-install +export HOMEBREW_NO_ANALYTICS=1 export GOPATH=~/.go export GOBIN=$GOPATH/bin export GHC_HOME=/usr/local/bin