From caa762b137f4bc2b1d44afe6d655606a31953156 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Wed, 2 Jul 2025 03:25:56 +0200 Subject: [PATCH] fix --- sh/tmux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh/tmux.sh b/sh/tmux.sh index 663776f..8403411 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -71,7 +71,7 @@ rwx_tmux_status() { ;; *) ;; esac - tmux set-option status \"\${current}\" + tmux set-option -g status \"\${current}\" } rwx_tmux_uptime() { local since=\"\$(uptime --since)\"