From bbb46c5773d6594b2e86ce5e70d322b6d70dcdbe Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Thu, 19 Jan 2017 10:56:31 -0500 Subject: Include host in tmux status line --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.tmux.conf') diff --git a/.tmux.conf b/.tmux.conf index 1ac87793..38a9f696 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -37,4 +37,4 @@ set -g window-status-separator '|' set -g window-status-format ' #{=20:pane_title} ' set -g window-status-current-format '#[reverse] #{pane_title} ' set -g status-left '|' -set -g status-right '[#S] %H:%M' +set -g status-right '[#h:#S] %H:%M' -- cgit 1.4.1