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'