tmux/path

This commit is contained in:
Marc Beninca 2025-01-18 16:05:52 +01:00
parent 1094c40bc7
commit 4008eea496
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -32,14 +32,14 @@ set-option -g renumber-windows on
# enable title
set-option -g set-titles on
# set title to working directory
set-option -g set-titles-string '#(pwd)'
set-option -g set-titles-string '#{pane_current_path}'
# status bar
set-option -g status-bg black
set-option -g status-fg gray
set-option -g status-interval 1
set-option -g status-justify left
set-option -g status-left '#[fg=red]#{session_name} '
set-option -g status-left '#[fg=yellow]#{session_name} '
set-option -g status-position top
set-option -g status-right ' #[fg=yellow]%Y-%m-%d %H:%M:%S'