From 1a660db0db8e276412edee642d2650704d248972 Mon Sep 17 00:00:00 2001 From: Roy Dumblauskas Date: Sat, 16 Aug 2025 12:32:39 -0500 Subject: [PATCH] remove fish greeting --- roy-config/fish/functions/fish_greeting.fish | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 roy-config/fish/functions/fish_greeting.fish diff --git a/roy-config/fish/functions/fish_greeting.fish b/roy-config/fish/functions/fish_greeting.fish new file mode 100644 index 0000000..0f83e89 --- /dev/null +++ b/roy-config/fish/functions/fish_greeting.fish @@ -0,0 +1,3 @@ +function fish_greeting + # echo (set_color yellow)(date +%T) +end