disable homebrew sending analytics to google
This commit is contained in:
@@ -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
1
zsh/lib/homebrew.zsh
Normal file
@@ -0,0 +1 @@
|
||||
HOMEBREW_NO_ANALYTICS=1
|
||||
Reference in New Issue
Block a user