summary refs log tree commit diff
path: root/.tmux.conf
diff options
context:
space:
mode:
authorJune McEnroe <curtis.mcenroe@adgear.com>2017-01-19 10:56:31 -0500
committerJune McEnroe <curtis.mcenroe@adgear.com>2017-01-19 10:56:31 -0500
commitbbb46c5773d6594b2e86ce5e70d322b6d70dcdbe (patch)
tree4cd69ac5b5b43aa8f4738ae03df20b906e2441b8 /.tmux.conf
parentAdd include so that pbcopy.c compiles on FreeBSD (diff)
downloadsrc-bbb46c5773d6594b2e86ce5e70d322b6d70dcdbe.tar.gz
src-bbb46c5773d6594b2e86ce5e70d322b6d70dcdbe.zip
Include host in tmux status line
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf2
1 files changed, 1 insertions, 1 deletions
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'