From 73a217ffa13aa728f1903b782428f7f522b4539a Mon Sep 17 00:00:00 2001 From: Mica White Date: Sat, 31 Jan 2026 16:03:57 -0500 Subject: Initial dotfile stuff --- .config/fish/functions/fish_greeting.fish | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .config/fish/functions/fish_greeting.fish (limited to '.config/fish/functions/fish_greeting.fish') 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 -- cgit v1.2.3