diff --git a/fish/functions/fish_prompt.fish b/fish/functions/fish_prompt.fish index dbf199e..503f815 100755 --- a/fish/functions/fish_prompt.fish +++ b/fish/functions/fish_prompt.fish @@ -44,10 +44,11 @@ function fish_prompt set -l FishStatusCodeCache $status - set_color -o 00FF00 + set_color -o 00FF00 -b 333333 printf (whoami) set_color normal + set_color -b 333333 printf '@' set_color AFD75F @@ -85,6 +86,7 @@ function fish_prompt #set_color -o white #printf "> " + set_color normal set_color -o green printf "⮀ " set_color normal