Commit 98ac1baa authored by Justin Hileman's avatar Justin Hileman Committed by Bruno Pinto

Fix bold flags leaking into prompt

parent 8b662732
...@@ -187,6 +187,8 @@ function __bobthefish_prompt_status -d 'Display symbols for a non zero exit stat ...@@ -187,6 +187,8 @@ function __bobthefish_prompt_status -d 'Display symbols for a non zero exit stat
set_color $__bobthefish_slate_blue --bold set_color $__bobthefish_slate_blue --bold
echo -n $__bobthefish_bg_job_glyph echo -n $__bobthefish_bg_job_glyph
end end
set_color normal
end end
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment