1
0
Fork 0

fish: some prompt changes

This commit is contained in:
Von Random 2024-03-28 15:40:42 +02:00
parent 4349c4c0db
commit add68f9720
3 changed files with 6 additions and 4 deletions

View file

@ -0,0 +1,4 @@
function prompt.fishes
set fishes \U1f41f \U1f420 \U1f421
printf $fishes[(random 1 (count $fishes))]
end