fixed with for tmux statusbar, removed illegal options from git conf

master
Daniel Nägele 11 years ago
parent 4882c520c8
commit dcf90c6d3d
  1. 2
      gitconfig
  2. 4
      tmux.conf

@ -1,8 +1,6 @@
[user]
email = danieln@selfnet.de
name = Daniel Nägele
[push]
default = simple
[alias]
ci = commit
co = checkout

@ -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

Loading…
Cancel
Save