aboutsummaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-12 21:15:41 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-12 21:15:41 +1200
commit8d3ce3efd1b3cfdba9a00fccf07f4314a4bf4b5c (patch)
treef9308e07ef08f4eda7b009b642b1a0ee408bdf71 /tmux
parentRe-use a variable for Vim install path (diff)
downloaddotfiles-8d3ce3efd1b3cfdba9a00fccf07f4314a4bf4b5c.tar.gz
dotfiles-8d3ce3efd1b3cfdba9a00fccf07f4314a4bf4b5c.zip
Use short hostname in tmux status
Diffstat (limited to 'tmux')
-rw-r--r--tmux/tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index 96d052a3..05e21f81 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -69,7 +69,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 ' (mail:#(msc)) [#H] %F %T'
+set-option -g status-right ' (mail:#(msc)) [#h] %F %T'
# Update the status bar every second
set-option -g status-interval 1