aboutsummaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
Diffstat (limited to 'tmux')
-rw-r--r--tmux/tmux.conf.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux/tmux.conf.m4 b/tmux/tmux.conf.m4
index 624047ec..a4af9f8e 100644
--- a/tmux/tmux.conf.m4
+++ b/tmux/tmux.conf.m4
@@ -73,8 +73,8 @@ bind-key s choose-session
# Session title on the left side of the status bar
set-option -g status-left '[#S] '
-# Hostname and the current date on the right side of the status bar
-set-option -g status-right ' [#H] #(date +"%F %T")'
+# Username, hostname, and the current date on the right side of the status bar
+set-option -g status-right ' [#(whoami)@#H] #(date +"%F %T")'
# Update the status bar every second
set-option -g status-interval 1