From bdb24d2c0d2cd697a81ee244ae3b6be7d148555e Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 15 Jun 2017 14:08:24 +1200 Subject: Stop tmux status line from forking so much I'd completely forgotten about this. Does away with the username, but I can live with that --- tmux/tmux.conf.mi5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3