diff --git a/.config/fish/functions/fish_greeting.fish b/.config/fish/functions/fish_greeting.fish new file mode 100644 index 0000000..8516e35 --- /dev/null +++ b/.config/fish/functions/fish_greeting.fish @@ -0,0 +1,5 @@ +#!/usr/bin/env fish + +function fish_greeting + fortune | cowsay | lolcat +end