summaryrefslogtreecommitdiff
path: root/.config/fish/functions/fish_greeting.fish
diff options
context:
space:
mode:
authorMica White <botahamec@outlook.com>2026-01-31 16:03:57 -0500
committerMica White <botahamec@outlook.com>2026-01-31 16:03:57 -0500
commit73a217ffa13aa728f1903b782428f7f522b4539a (patch)
treefde1ef460fed0cc6023f8aacebf3d5fb3043b700 /.config/fish/functions/fish_greeting.fish
Initial dotfile stuff
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..6d853da
--- /dev/null
+++ b/.config/fish/functions/fish_greeting.fish
@@ -0,0 +1,3 @@
+function fish_greeting
+ fortune
+end