From 2927514e68f6fcbe8987644c4b0a09e9f821711c Mon Sep 17 00:00:00 2001 From: Konrad Borowski Date: Fri, 10 Jan 2014 21:33:50 +0100 Subject: [PATCH] Partially fix #1224. It would be nice if this would work without this hack, but until then, this has to work. Requires you to reinstall the prompt using fish configuration system. --- share/tools/web_config/sample_prompts/informative_git.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/share/tools/web_config/sample_prompts/informative_git.fish b/share/tools/web_config/sample_prompts/informative_git.fish index 5ac277672..0fa5993ef 100644 --- a/share/tools/web_config/sample_prompts/informative_git.fish +++ b/share/tools/web_config/sample_prompts/informative_git.fish @@ -44,4 +44,5 @@ function fish_prompt --description 'Write out the prompt' echo -n '$ ' + set_color normal end