tmux: set session name in terminal title

master
Guillaume Dott 2017-07-27 09:53:46 +02:00
parent 4119ed588b
commit 8c1f992e76
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
set -g set-titles on
set -g set-titles-string "tmux.#S"
set-option -g status-bg black
set-option -g status-fg white