tmux: add hostname in terminal title
parent
bd1d3b9156
commit
4a21ef34ed
|
@ -1,5 +1,5 @@
|
||||||
set -g set-titles on
|
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 status-style "bg=black,fg=white"
|
||||||
set-option -g window-status-current-style "fg=black,bg=red"
|
set-option -g window-status-current-style "fg=black,bg=red"
|
||||||
|
|
Loading…
Reference in New Issue