From 4008eea49646daa0eb52b7010492349299f01f75 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 18 Jan 2025 16:05:52 +0100 Subject: [PATCH] tmux/path --- sh/tmux.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sh/tmux.sh b/sh/tmux.sh index 7297f71..76a8d3a 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -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'