tmux/fixes
This commit is contained in:
parent
7cc6025fa7
commit
e55847358d
1 changed files with 4 additions and 6 deletions
10
sh/tmux.sh
10
sh/tmux.sh
|
@ -109,19 +109,16 @@ set-option -g status-format[1] '\
|
|||
|
||||
# line 3
|
||||
set-option -g status-format[2] '\
|
||||
#[fg=green] #{session_name} \
|
||||
#{S:\
|
||||
\
|
||||
#[fg=yellow]#{s/\\\$//:session_id}\
|
||||
\
|
||||
#{?session_many_attached,#[fg=red],\
|
||||
#{?session_attached,#[fg=cyan],#[fg=blue]}}\
|
||||
#{session_name}\
|
||||
\
|
||||
}\
|
||||
#[align=right]\
|
||||
#[fg=yellow]#{s/\\\$//:session_id}\
|
||||
\
|
||||
#[fg=green]#{session_name}\
|
||||
#[fg=yellow]#{host}\
|
||||
'
|
||||
|
||||
# line 4
|
||||
|
@ -135,7 +132,8 @@ set-option -g status-format[3] '\
|
|||
\
|
||||
}\
|
||||
#[align=right]\
|
||||
#[fg=yellow]#{host_short}\
|
||||
#{?uid,#[fg=green],#[fg=red]}\
|
||||
#{user}\
|
||||
'
|
||||
|
||||
# line 5
|
||||
|
|
Loading…
Add table
Reference in a new issue