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