aboutsummaryrefslogtreecommitdiff
path: root/.config/fish/functions/fish_greeting.fish
blob: 671c5a0d74fea55aeff9c8e84a0650dc514a6718 (plain) (blame)
1
2
3
4
function fish_greeting
  #fastfetch
  fortune -s | cowsay -f (ls /usr/share/cows/*.cow | shuf -n1) | lolcat -t -F 0.3
end