From 17ac70640437db0a1be58a1629cecf5cafcebdd9 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 29 Jun 2025 20:03:16 +0200 Subject: [PATCH] > --- sh/tmux.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sh/tmux.sh b/sh/tmux.sh index ea54a59..6ae0bc7 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -52,11 +52,11 @@ set-option -g set-titles on # set title to working directory set-option -g set-titles-string '\ #(basename \"\${TMUX}\" | cut --delimiter \",\" --fields \"1\")\ - - \ + > \ #{session_name}\ - - \ + > \ #{window_index}∕#{session_windows} #{window_name}\ - - \ + > \ #{pane_index}∕#{window_panes} #{pane_current_command}\ '