Adding tmux session title to the process name

master
Dustin Swan 10 years ago
parent c6af098f2b
commit aa9406f5a0

@ -32,7 +32,7 @@ set-option -g status-keys vi
# Terminal Titles¬
set -g set-titles on
set -g set-titles-string "#H"
set -g set-titles-string "#H (#S)"
set -g default-terminal "screen-256color"

Loading…
Cancel
Save