summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fish/.config/fish/functions/fish_greeting.fish4
1 files changed, 4 insertions, 0 deletions
diff --git a/fish/.config/fish/functions/fish_greeting.fish b/fish/.config/fish/functions/fish_greeting.fish
new file mode 100644
index 0000000..880b8ea
--- /dev/null
+++ b/fish/.config/fish/functions/fish_greeting.fish
@@ -0,0 +1,4 @@
+function fish_greeting
+ fortune
+ echo ""
+end