tmux: add hostname in terminal title

master
Guillaume Dott 2019-08-08 10:34:27 +02:00
parent bd1d3b9156
commit 4a21ef34ed
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
set -g set-titles on
set -g set-titles-string "tmux.#S"
set -g set-titles-string "#h - #S"
set-option -g status-style "bg=black,fg=white"
set-option -g window-status-current-style "fg=black,bg=red"