diff --git a/fish/.config/fish/functions/fish_prompt.fish b/fish/.config/fish/functions/fish_prompt.fish index f8f9766f..44fc47b7 100644 --- a/fish/.config/fish/functions/fish_prompt.fish +++ b/fish/.config/fish/functions/fish_prompt.fish @@ -9,9 +9,9 @@ function fish_prompt end set_color magenta; echo -n "$pwd" - set_color white; echo -n " " + set_color normal; echo -n " " set_color red; echo -n "➤" set_color green; echo -n "➤" set_color blue; echo -n "➤" - set_color white; echo -n " " + set_color normal; echo -n " " end