From ae719aacf31a8ec8a8f760a1e961b3b98ea215fe Mon Sep 17 00:00:00 2001 From: Jurn Wubben Date: Tue, 28 Oct 2025 23:21:50 +0100 Subject: [PATCH] removed fish greeting --- private_dot_config/private_fish/functions/fish_greeting.fish | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 private_dot_config/private_fish/functions/fish_greeting.fish diff --git a/private_dot_config/private_fish/functions/fish_greeting.fish b/private_dot_config/private_fish/functions/fish_greeting.fish new file mode 100644 index 0000000..1ffc30c --- /dev/null +++ b/private_dot_config/private_fish/functions/fish_greeting.fish @@ -0,0 +1,3 @@ +function fish_greeting + +end