Browse Source

update tmux.conf

pull/1/head
10sr 12 years ago
parent
commit
188adc251e
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      tmux.conf

+ 5
- 1
tmux.conf View File

@@ -12,8 +12,12 @@ set -g default-terminal screen-256color

#set -g status-left ""
#set -g status-right "#H | %a, %d %b %Y %T %z #(tmux -V)"
set -g status-right "#H | #(tmux -V) "
set -g status-right "#(whoami)@#H | #(tmux -V) "
set message-bg black
set message-fg yellow

set -g set-titles on

set status-fg white
set status-bg green
if "test `hostname` = newkiwi" "set status-bg blue"

Loading…
Cancel
Save