1
0
Fork 0

fish: fix random fishez

This commit is contained in:
Von Random 2023-09-14 19:38:11 +03:00
parent 4ffd2b4cb9
commit 4a16c26e93

View file

@ -1,6 +1,6 @@
function prompt.bang
if ! string match -eq linux $TERM
prompt.add \n$fishes[(random 1 3)]\
prompt.add \n$fishes[(random 1 (count $fishes))]\
else
prompt.add \n\#\ brred
end