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