tmux: show user@host in terminal status line

This commit is contained in:
Nero 2020-07-20 08:12:52 +00:00
parent fc9bf146fd
commit 5b93fc9cb5
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
bind r source-file ~/.tmux.conf
set -g set-titles on
set -g set-titles-string "#h"
set -g set-titles-string "tmux - #(id -un)@#h"
set -g base-index 1