Adding tmux session title to the process name
This commit is contained in:
parent
c6af098f2b
commit
aa9406f5a0
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ set-option -g status-keys vi
|
||||||
|
|
||||||
# Terminal Titles¬
|
# Terminal Titles¬
|
||||||
set -g set-titles on
|
set -g set-titles on
|
||||||
set -g set-titles-string "#H"
|
set -g set-titles-string "#H (#S)"
|
||||||
|
|
||||||
set -g default-terminal "screen-256color"
|
set -g default-terminal "screen-256color"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue