added homebrew no analytics

This commit is contained in:
hellerve
2016-08-05 10:11:50 +02:00
parent 49e3caff44
commit 73c7a1844a
2 changed files with 4 additions and 2 deletions

5
zepsrc
View File

@@ -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} :with-timestamp #t}

1
zshrc
View File

@@ -19,6 +19,7 @@ setopt appendhistory autocd extendedglob nomatch notify
bindkey -e bindkey -e
# End of lines configured by zsh-newuser-install # End of lines configured by zsh-newuser-install
export HOMEBREW_NO_ANALYTICS=1
export GOPATH=~/.go export GOPATH=~/.go
export GOBIN=$GOPATH/bin export GOBIN=$GOPATH/bin
export GHC_HOME=/usr/local/bin export GHC_HOME=/usr/local/bin