tmux/command

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

View file

@ -32,7 +32,7 @@ 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 '#{pane_current_path}'
set-option -g set-titles-string '#{pane_current_command} @ #{pane_current_path}'
# status bar
set-option -g status-bg black