Fix leaky colors from the right prompt

Fixes #31
This commit is contained in:
Justin Hileman 2016-04-04 11:36:11 -04:00
parent d7fe9b42bd
commit e01fe9aaac
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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