Fix leaky colors from the right prompt

Fixes #31
pull/28/merge
Justin Hileman 8 years ago
parent d7fe9b42bd
commit e01fe9aaac

@ -182,10 +182,10 @@ function __bobthefish_finish_segments -S -d 'Close open prompt segments'
set_color -b normal
set_color $__bobthefish_current_bg
echo -ns $__bobthefish_right_black_arrow_glyph ' '
set_color normal
end
set __bobthefish_current_bg
set_color normal
end

@ -39,4 +39,5 @@ function fish_right_prompt -d 'bobthefish is all about the right prompt'
__bobthefish_cmd_duration
__bobthefish_timestamp
set_color normal
end

Loading…
Cancel
Save