aboutsummaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-06-15 14:08:24 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-06-15 14:08:24 +1200
commitbdb24d2c0d2cd697a81ee244ae3b6be7d148555e (patch)
tree9c713dab1ffa6bec5b8494baa3d5b615e5230658 /tmux
parentMake han(1df) exit, not return (diff)
downloaddotfiles-bdb24d2c0d2cd697a81ee244ae3b6be7d148555e.tar.gz
dotfiles-bdb24d2c0d2cd697a81ee244ae3b6be7d148555e.zip
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
Diffstat (limited to 'tmux')
-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