From 9701d5cc7b8e4a7caf62b1136954930f8a3e1cf0 Mon Sep 17 00:00:00 2001 From: Aaron Gyes Date: Mon, 31 Oct 2016 21:19:50 -0700 Subject: [PATCH] sorin right prompt: reset color at end bold mode being left enabled was causing issues in the pager. --- share/tools/web_config/sample_prompts/sorin.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/share/tools/web_config/sample_prompts/sorin.fish b/share/tools/web_config/sample_prompts/sorin.fish index cab4b8c58..59c80c2dd 100644 --- a/share/tools/web_config/sample_prompts/sorin.fish +++ b/share/tools/web_config/sample_prompts/sorin.fish @@ -49,5 +49,6 @@ function fish_right_prompt printf (set_color white)◼' ' end end + set_color normal end end