1
0
Fork 0
vdotfiles/cli/.config/fish/functions/prompt.bang.fish
2023-09-14 19:38:11 +03:00

7 lines
171 B
Fish

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