From b5013edc7e2214f34228bf2641865ee969b705b5 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 29 Jun 2025 22:29:30 +0200 Subject: [PATCH] path --- sh/tmux.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/sh/tmux.sh b/sh/tmux.sh index 16696f0..b38a236 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -134,6 +134,8 @@ set-option -g status-format[1] '\ # line 3 set-option -g status-format[2] '\ +#[fg=cyan]#{pane_current_path}\ +#[align=right]\ #[fg=yellow]\ #(lsof -U \ | awk \"/^tmux:.*\\(LISTEN\\)$/ {print \\\$9}\" \ @@ -150,11 +152,6 @@ set-option -g status-format[2] '\ #[bg=##282828]#(basename \"\${TMUX}\" \ | cut --delimiter \",\" --fields \"1\")\ #[bg=##181818] \ -#[align=right]\ -#[fg=yellow]\ -#[bg=##181818] \ -#[bg=##282828]\ -#[bg=##181818] \ ' # line 4