zsh - fix issue in emacs tramp mode
[dotfiles.git] / tmux.conf
index 431e0b2..61c2c15 100755 (executable)
--- a/tmux.conf
+++ b/tmux.conf
@@ -11,7 +11,7 @@ set -g        status-bg black
 set-window-option -g  window-status-current-bg red
 #set-option -g  status-right "#[fg=green]#T  #[fg=yellow,bold]#(date '+%Y-%m-%d %I:%M%P %a') "
 #set-option -g  status-right "#[fg=green]#(whoami)  #[fg=yellow,bold]#(date '+%Y-%m-%d') #[fg=red,bold]#(date '+%I:%M') #[fg=yellow,bold]#(date '+%p %a') "
-set-option -g  status-right "#[fg=yellow]#(date '+%Y-%m-%d') #[fg=red]#(date '+%I:%M') #[fg=yellow]#(date '+%p %a') "
+set-option -g  status-right "[#[fg=green]#(hostname)#[fg=white]]  #[fg=yellow]#(date '+%Y-%m-%d') #[fg=red]#(date '+%I:%M') #[fg=yellow]#(date '+%p %a') "
 
 ## automatic change the window title 
 #set-option -g set-titles      on
@@ -63,7 +63,7 @@ bind-key -n   "M-h"   select-pane     -L
 
 set-option     -g      mode-keys vi
 
-set-window-option      -g      utf8 on
+##set-window-option    -g      utf8 on
 
 bind-key -n "M-i" copy-mode