add session name to tmux status bar

This commit is contained in:
Tyler Starr 2024-10-22 17:28:44 -07:00
parent 978115caa7
commit 65404d72b0

View File

@ -86,7 +86,7 @@ set-option -g status-interval 1
set-option -g status-style bg=black
set-option -g status-style fg=white
set -g status-left '#[fg=green]#H #[default]'
set -g status-right '%a%l:%M:%S %p#[default] #[fg=blue]%Y-%m-%d'
set -g status-right '#[fg=red]#S #[default]%a%l:%M:%S %p#[default] #[fg=blue]%Y-%m-%d'
set-option -g pane-active-border-style fg=yellow
set-option -g pane-border-style fg=cyan