disable homebrew sending analytics to google

This commit is contained in:
2016-04-26 10:24:34 +02:00
parent 0262f67bdb
commit f5962020c6
2 changed files with 6 additions and 2 deletions

View File

@@ -7,7 +7,10 @@ unbind C-b
bind C-a send-prefix
# sane scrolling
set -g mode-mouse on
setw -g mouse on
setw -g mouse-utf8 on
bind -n WheelUpPane select-pane -t= \; copy-mode -e \; send-keys -M
bind -n WheelDownPane select-pane -t= \; send-keys -M
#setting the delay between prefix and command
set -sg escape-time 1
@@ -24,7 +27,7 @@ set -g status-left '#[fg=green](#S) #(whoami)@#H#[default]'
set -g status-utf8 on
# Status line right side
# 15% | 28 Nov 18:15
# 28 Nov 18:15
set -g status-right '#[fg=blue]%d %b %R'
# Update the status bar every sixty seconds

1
zsh/lib/homebrew.zsh Normal file
View File

@@ -0,0 +1 @@
HOMEBREW_NO_ANALYTICS=1