tmux/command
This commit is contained in:
parent
e7cd60b298
commit
7555ee6ad6
1 changed files with 3 additions and 2 deletions
|
@ -88,7 +88,8 @@ set-option -g status-fg gray
|
||||||
set-option -g status-format[0] '\
|
set-option -g status-format[0] '\
|
||||||
#[fg=cyan]#{pane_current_path}\
|
#[fg=cyan]#{pane_current_path}\
|
||||||
#[align=right] \
|
#[align=right] \
|
||||||
#[fg=green]#{session_name}\
|
#[fg=default]#{pane_current_command} \
|
||||||
|
#[fg=yellow]%H:%M:%S\
|
||||||
'
|
'
|
||||||
|
|
||||||
# line 2
|
# line 2
|
||||||
|
@ -102,7 +103,7 @@ set-option -g status-format[1] '\
|
||||||
\
|
\
|
||||||
}\
|
}\
|
||||||
#[align=right] \
|
#[align=right] \
|
||||||
#[fg=yellow]%H:%M:%S\
|
#[fg=green]#{session_name}\
|
||||||
'
|
'
|
||||||
|
|
||||||
# line 3
|
# line 3
|
||||||
|
|
Loading…
Reference in a new issue