summaryrefslogtreecommitdiffstats
path: root/.config/fish/functions/fish_greeting.fish
diff options
context:
space:
mode:
diffstat (limited to '.config/fish/functions/fish_greeting.fish')
-rw-r--r--.config/fish/functions/fish_greeting.fish3
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/fish/functions/fish_greeting.fish b/.config/fish/functions/fish_greeting.fish
new file mode 100644
index 0000000..ee7303d
--- /dev/null
+++ b/.config/fish/functions/fish_greeting.fish
@@ -0,0 +1,3 @@
1function fish_greeting
2 fortune -a | cowsay -f small | lolcat
3end