tmux changes

This commit is contained in:
Emerson Veenstra 2017-07-16 17:51:02 -04:00
parent dff38fecf0
commit 1792ed1ebe
1 changed files with 2 additions and 2 deletions

View File

@ -36,11 +36,11 @@ bind r source-file ~/.tmux.conf
set -g set-titles-string "#T"
set -g status-bg black
set -g status-bg colour24
set -g status-fg default
set-window-option -g window-status-bell-style fg=colour235,bg=colour160
set -g status-left '#(whoami)@#H'
set -g status-left '#H '
set -g status-left-length 20
set -g status-right '[#S]'
set-window-option -g window-status-current-format "#I:#W#F"