tmux/path
This commit is contained in:
parent
ea18907da1
commit
ba74eaf333
1 changed files with 5 additions and 3 deletions
|
@ -45,7 +45,7 @@ tmux / \
|
|||
# status bar
|
||||
set-option -g status-bg black
|
||||
set-option -g status-fg gray
|
||||
set-option -g status-format[1] '\
|
||||
set-option -g status-format[0] '\
|
||||
#[fg=yellow]#{session_name}\
|
||||
#{W: \
|
||||
#{?window_active,#[fg=green],\
|
||||
|
@ -61,11 +61,13 @@ set-option -g status-format[1] '\
|
|||
#{pane_index}\
|
||||
}\
|
||||
'
|
||||
set-option -g status-format[2] '\
|
||||
#[fg=cyan]#{pane_current_path}\
|
||||
set-option -g status-format[1] '\
|
||||
#[align=right] \
|
||||
#[fg=yellow]%Y-%m-%d %H:%M:%S\
|
||||
'
|
||||
set-option -g status-format[2] '\
|
||||
#[fg=cyan]#{pane_current_path}\
|
||||
'
|
||||
set-option -g status-interval 1
|
||||
set-option -g status-position top
|
||||
|
||||
|
|
Loading…
Reference in a new issue