aboutsummaryrefslogtreecommitdiffhomepage
path: root/share
diff options
context:
space:
mode:
authorGravatar Konrad Borowski <GlitchMr@users.noreply.github.com>2014-01-10 21:33:50 +0100
committerGravatar Konrad Borowski <GlitchMr@users.noreply.github.com>2014-01-10 21:33:50 +0100
commit2927514e68f6fcbe8987644c4b0a09e9f821711c (patch)
tree62bbbbcc124616e08c7440954e8fe096a53f7ca2 /share
parent041120aab46ea2336993c728c53600224cb5742c (diff)
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.
Diffstat (limited to 'share')
-rw-r--r--share/tools/web_config/sample_prompts/informative_git.fish1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/tools/web_config/sample_prompts/informative_git.fish b/share/tools/web_config/sample_prompts/informative_git.fish
index 5ac27767..0fa5993e 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