dotfiles/.config/fish/functions/fish_greeting.fish

5 lines
78 B
Fish

#!/usr/bin/env fish
function fish_greeting
fortune | cowsay | lolcat
end