From c09919ed485b67baf47b86926f313556aa85ca93 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 18 Jan 2025 16:49:05 +0100 Subject: [PATCH] tmux/command --- sh/tmux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh/tmux.sh b/sh/tmux.sh index 76a8d3a..697a34c 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -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