From 346328a1ac2f26fc9d05fe3ce7925da9d03799cc Mon Sep 17 00:00:00 2001 From: Rose Date: Fri, 5 Sep 2025 23:20:48 +0200 Subject: fish: add custom greeting --- fish/.config/fish/functions/fish_greeting.fish | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 fish/.config/fish/functions/fish_greeting.fish 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 -- cgit v1.2.3