diff --git a/sh/shell.sh b/sh/shell.sh index 32f3f98..7e56658 100644 --- a/sh/shell.sh +++ b/sh/shell.sh @@ -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 diff --git a/sh/tmux.sh b/sh/tmux.sh index 5f8cc27..291ddf3 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -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