From 52d91329ca7e9ebb955ede64df32c16be7b42974 Mon Sep 17 00:00:00 2001 From: Rose Date: Tue, 9 Sep 2025 11:26:59 +0200 Subject: fish: add nofetch to greeting --- fish/.config/fish/functions/fish_greeting.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fish/.config/fish/functions/fish_greeting.fish b/fish/.config/fish/functions/fish_greeting.fish index 1031678..ec4566c 100644 --- a/fish/.config/fish/functions/fish_greeting.fish +++ b/fish/.config/fish/functions/fish_greeting.fish @@ -1,6 +1,6 @@ function fish_greeting if test "$TERM" != "xterm-kitty" - fortune + /home/lain/.local/bin/nofetch echo "" end end -- cgit v1.2.3