aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tmux/tmux.conf.mi52
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux/tmux.conf.mi5 b/tmux/tmux.conf.mi5
index 671523dc..27ae1417 100644
--- a/tmux/tmux.conf.mi5
+++ b/tmux/tmux.conf.mi5
@@ -71,7 +71,7 @@ bind-key s choose-session
set-option -g status-left '[#S] '
# Username, hostname, and the current date on the right side of the status bar
-set-option -g status-right ' [#(whoami)@#H] #(date +"%F %T")'
+set-option -g status-right ' [#H] %F %T'
# Update the status bar every second
set-option -g status-interval 1