summaryrefslogtreecommitdiff
path: root/cli/.config/fish/functions/prompt.fishes.fish
blob: 413c2ecef39b96f02142c814d61014482e384c29 (plain)
1
2
3
4
function prompt.fishes
    set fishes \U1f41f \U1f420 \U1f421
    printf $fishes[(random 1 (count $fishes))]
end