ref(starship): improved config legibility

This commit is contained in:
Léana 江 2023-04-02 17:01:13 +02:00
parent 9b429d98b9
commit 1f499b150e
2 changed files with 47 additions and 33 deletions

View file

@ -1,4 +1,7 @@
function fish_greeting
set_color $fish_color_option --bold --italics
cat ~/TOH-Quotes/* | shuf -n 1
switch $greeting
case "TOH"
set_color $fish_color_option --bold --italics
cat ~/TOH-Quotes/* | shuf -n 1
end
end