summaryrefslogtreecommitdiff
path: root/dotfiles
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-12-17 22:44:32 +0100
committerAnton Khirnov <anton@khirnov.net>2020-12-17 22:44:32 +0100
commit24d2ddf1577c505360239da35ea96f4f20759308 (patch)
treef3f71bfad4d1be6dd37d4ba2719c6b7bc273a887 /dotfiles
parent891256c913b00fd631ffc92826f7a59ed4c1ddd9 (diff)
tmux: print short hostname (without domain)
Diffstat (limited to 'dotfiles')
-rw-r--r--dotfiles/tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/tmux.conf b/dotfiles/tmux.conf
index 07f0d90..e24f3c0 100644
--- a/dotfiles/tmux.conf
+++ b/dotfiles/tmux.conf
@@ -45,7 +45,7 @@ set-option -g update-environment "\
DBUS_SESSION_BUS_ADDRESS\
"
-set -g status-right "#(hostname -f) %a %F %H:%M"
+set -g status-right "#H|%a %F %H:%M"
set -g status-right-length 48
set -g status-style fg=colour194,bold,bg=colour23