feat: Set bg color to differentiate prompt

This commit is contained in:
Leni Aniva 2024-10-03 17:55:49 -07:00
parent 1c49965dcb
commit b9a1bf3dd3
Signed by: aniva
GPG Key ID: 4D9B1C8D10EA4C50
1 changed files with 3 additions and 1 deletions

View File

@ -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