Fix bold flags leaking into prompt

This commit is contained in:
Justin Hileman 2014-05-14 16:05:25 -04:00 committed by Bruno Pinto
parent 8b66273236
commit 98ac1baaad

View File

@ -187,6 +187,8 @@ function __bobthefish_prompt_status -d 'Display symbols for a non zero exit stat
set_color $__bobthefish_slate_blue --bold
echo -n $__bobthefish_bg_job_glyph
end
set_color normal
end
end