feat: Set bg color to differentiate prompt
This commit is contained in:
parent
1c49965dcb
commit
b9a1bf3dd3
|
@ -44,10 +44,11 @@ function fish_prompt
|
||||||
|
|
||||||
set -l FishStatusCodeCache $status
|
set -l FishStatusCodeCache $status
|
||||||
|
|
||||||
set_color -o 00FF00
|
set_color -o 00FF00 -b 333333
|
||||||
printf (whoami)
|
printf (whoami)
|
||||||
|
|
||||||
set_color normal
|
set_color normal
|
||||||
|
set_color -b 333333
|
||||||
printf '@'
|
printf '@'
|
||||||
|
|
||||||
set_color AFD75F
|
set_color AFD75F
|
||||||
|
@ -85,6 +86,7 @@ function fish_prompt
|
||||||
#set_color -o white
|
#set_color -o white
|
||||||
#printf "> "
|
#printf "> "
|
||||||
|
|
||||||
|
set_color normal
|
||||||
set_color -o green
|
set_color -o green
|
||||||
printf "⮀ "
|
printf "⮀ "
|
||||||
set_color normal
|
set_color normal
|
||||||
|
|
Loading…
Reference in New Issue