🧑‍💻 chore: Finally override the default fish_greeting

This commit is contained in:
punkfairie 2024-02-20 20:20:43 -08:00
parent a6a68720b8
commit 1093f04a2a

View file

@ -0,0 +1,5 @@
#!/usr/bin/env fish
function fish_greeting
fortune | cowsay | lolcat
end