From b03d1459f745ce5071bca5f1e218d8e1810a3420 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Tue, 18 Jul 2023 10:25:22 -0500 Subject: [PATCH] include user so we know who's running the tmux session --- common/tmux/conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/tmux/conf b/common/tmux/conf index ed9b844..aaf6465 100644 --- a/common/tmux/conf +++ b/common/tmux/conf @@ -57,7 +57,7 @@ set -g window-status-activity-style "fg=colour7 bg=default" set -g window-status-bell-style "fg=colour1 bg=default" set -g window-status-current-style "fg=colour4 bg=default" set -g window-status-current-format " #W " -set -g status-left "#h:#S " +set -g status-left "#{client_user}@#h:#S " set -g status-right "#(kubeline && printf ' ')" set -g status-left-length 1000