From b4bc879b7a71641af41724dccd0a5db6d786d6d3 Mon Sep 17 00:00:00 2001 From: David Celis Date: Fri, 8 Jan 2016 15:28:19 -0800 Subject: [PATCH] Change prompt from % to $. It's the Fish way Signed-off-by: David Celis --- config/fish/functions/fish_prompt.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/fish/functions/fish_prompt.fish b/config/fish/functions/fish_prompt.fish index 1387304..5218cfd 100644 --- a/config/fish/functions/fish_prompt.fish +++ b/config/fish/functions/fish_prompt.fish @@ -17,7 +17,7 @@ function fish_prompt set_color $fish_color_error end - echo -n -s '% ' + echo -n -s '$ ' set_color normal end -- 2.51.2