diff options
author | June McEnroe <june@causal.agency> | 2017-01-19 10:56:31 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2017-01-19 10:56:31 -0500 |
commit | 0fa66550e7d73ab7f24ead2ce209513aac611fae (patch) | |
tree | cde7921a7800c9655849b0fe883a555bab2ad5c2 | |
parent | Add include so that pbcopy.c compiles on FreeBSD (diff) | |
download | src-0fa66550e7d73ab7f24ead2ce209513aac611fae.tar.gz src-0fa66550e7d73ab7f24ead2ce209513aac611fae.zip |
Include host in tmux status line
Diffstat (limited to '')
-rw-r--r-- | .tmux.conf | 2 |
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' |