tmux/cut
This commit is contained in:
parent
848500fd1b
commit
ffb8616718
2 changed files with 1 additions and 5 deletions
|
@ -92,7 +92,7 @@ rwx_shell_prompt() {
|
|||
# new
|
||||
view="${view}\\n"
|
||||
# path
|
||||
view="${view} ${RWX_COLOR_CYAN}${path}"
|
||||
view="${view}${RWX_COLOR_CYAN}${path}"
|
||||
# new
|
||||
view="${view}\\n"
|
||||
# frame
|
||||
|
|
|
@ -86,7 +86,6 @@ set-option -g status-fg white
|
|||
|
||||
# line 1
|
||||
set-option -g status-format[0] '\
|
||||
#[fg=default]╭\
|
||||
#[fg=cyan]#{pane_current_path}\
|
||||
\
|
||||
#[align=right]\
|
||||
|
@ -95,7 +94,6 @@ set-option -g status-format[0] '\
|
|||
|
||||
# line 2
|
||||
set-option -g status-format[1] '\
|
||||
#[fg=default]│\
|
||||
#{P:\
|
||||
#{?pane_active,#[fg=green],#[fg=default]}\
|
||||
\
|
||||
|
@ -111,7 +109,6 @@ set-option -g status-format[1] '\
|
|||
|
||||
# line 3
|
||||
set-option -g status-format[2] '\
|
||||
#[fg=default]│\
|
||||
#{W:\
|
||||
#{?window_active,#[fg=green],\
|
||||
#{?window_activity_flag,#[fg=red],#[fg=default]}}\
|
||||
|
@ -133,7 +130,6 @@ set-option -g status-format[3] '\
|
|||
#[fg=green] #{user} \
|
||||
#[fg=blue]@\
|
||||
#[fg=yellow] #{host} \
|
||||
#[fg=default]│\
|
||||
'
|
||||
|
||||
# line 5
|
||||
|
|
Loading…
Reference in a new issue