mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-22 04:51:12 +02:00
Fix color bleed when list appears
%B and %F had a side effect of coloring the redraw of the prompt
when list appears underneath the active line. Added %b and %f to
properly end the coloring.
Not sure if %{ and %} are needed, but added just in case needed.
This commit is contained in:
parent
274462c558
commit
cd46ae521c
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ ${dgrey}[%*]%{$reset_color%} \
|
|||
${hg_info}\
|
||||
${git_info}\
|
||||
$exit_code$venv_info$other_info
|
||||
%B%F{red}%# %{$reset_color%}"
|
||||
%{%B%F{red}%}%#%{%b%f$reset_color%} "
|
||||
|
||||
unset RPROMPT
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue