From b9a1bf3dd359ed5e4fb683d57af4ffd135921e9d Mon Sep 17 00:00:00 2001 From: Leni Aniva Date: Thu, 3 Oct 2024 17:55:49 -0700 Subject: [PATCH] feat: Set bg color to differentiate prompt --- fish/functions/fish_prompt.fish | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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