From 98ac1baaad82fde9747e9bd3ee6c364e78c88eee Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Wed, 14 May 2014 16:05:25 -0400 Subject: [PATCH] Fix bold flags leaking into prompt --- themes/bobthefish/fish_prompt.fish | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes/bobthefish/fish_prompt.fish b/themes/bobthefish/fish_prompt.fish index 8252295..b6a5413 100644 --- a/themes/bobthefish/fish_prompt.fish +++ b/themes/bobthefish/fish_prompt.fish @@ -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