diff --git a/sh/tmux.sh b/sh/tmux.sh index 4a5888f..2d1800d 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -30,7 +30,7 @@ set-option -g mouse on # renumber windows after closing one set-option -g renumber-windows on # status lines -set-option -g status 2 +set-option -g status 3 # enable title set-option -g set-titles on @@ -40,6 +40,7 @@ set-option -g set-titles-string '#{pane_current_command} @ #{pane_current_path}' # status bar set-option -g status-bg black set-option -g status-fg gray +set-option -g status-format[2] '#{pane_current_path}' set-option -g status-interval 1 set-option -g status-justify left set-option -g status-left '#[fg=yellow]#{session_name} '