sorin right prompt: reset color at end

bold mode being left enabled was causing issues in the pager.
This commit is contained in:
Aaron Gyes 2016-10-31 21:19:50 -07:00
parent 50fc3d72df
commit 9f05697dcc

View file

@ -49,5 +49,6 @@ function fish_right_prompt
printf (set_color white)' ' printf (set_color white)' '
end end
end end
set_color normal
end end
end end