From dcf90c6d3d610a6c7b0264ece7b38faf74a265e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20N=C3=A4gele?= Date: Mon, 24 Jun 2013 18:20:04 +0200 Subject: [PATCH] fixed with for tmux statusbar, removed illegal options from git conf --- gitconfig | 2 -- tmux.conf | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/gitconfig b/gitconfig index 70e2619..3793e8f 100644 --- a/gitconfig +++ b/gitconfig @@ -1,8 +1,6 @@ [user] email = danieln@selfnet.de name = Daniel Nägele -[push] - default = simple [alias] ci = commit co = checkout diff --git a/tmux.conf b/tmux.conf index e9642f9..c9eff33 100644 --- a/tmux.conf +++ b/tmux.conf @@ -65,8 +65,8 @@ set-option -g status-justify left set-option -g status-bg black set-option -g status-fg cyan set-option -g status-interval 5 -set-option -g status-left-length 30 -set -g status-right-length 50 +set-option -g status-left-length 0 +set-option -g status-right-length 80 set-option -g status-left '' set-option -g status-right '#[fg=blue,bold]#H [#[fg=black]#(echo ${SSH_CONNECTION%%%% *})#[fg=blue,bold]]#[fg=green,bold]|#[fg=black,bold]#(uptime | rev | cut -d":" -f1 | rev | sed s/,//g ) #[fg=green,bold]| #[fg=blue,bold]%d.%m.%y %H:%M' set-window-option -g window-status-current-fg black