From 9eefd32bbac035245a0837db6490098baf440e9c Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Sat, 15 Nov 2025 02:15:56 +0000 Subject: [PATCH] Add SSH indicator --- home/.tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.tmux.conf b/home/.tmux.conf index ac74259..73de293 100644 --- a/home/.tmux.conf +++ b/home/.tmux.conf @@ -53,7 +53,7 @@ set -g status-position bottom set -g status-justify left set -g status-style 'fg=black bold' -set -g status-left '' +set -g status-left '#( [ -n "$SSH_CONNECTION" ] && printf " #[fg=red,bold][SSH]" ) ' set -g status-left-length 10 set -g status-right-style 'fg=white bold bg=black'