feat: Use two line fish prompt #21

Merged
aniva merged 2 commits from ui/fish into main 2024-10-30 14:01:55 -07:00
1 changed files with 3 additions and 1 deletions
Showing only changes of commit b9a1bf3dd3 - Show all commits

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