From b294b15fba9401e71e1f7ca5c5d77f3d5c219235 Mon Sep 17 00:00:00 2001 From: Rose Date: Tue, 9 Sep 2025 11:28:11 +0200 Subject: fish: remove extra newline --- fish/.config/fish/functions/fish_greeting.fish | 1 - 1 file changed, 1 deletion(-) diff --git a/fish/.config/fish/functions/fish_greeting.fish b/fish/.config/fish/functions/fish_greeting.fish index ec4566c..3b024f3 100644 --- a/fish/.config/fish/functions/fish_greeting.fish +++ b/fish/.config/fish/functions/fish_greeting.fish @@ -1,6 +1,5 @@ function fish_greeting if test "$TERM" != "xterm-kitty" /home/lain/.local/bin/nofetch - echo "" end end -- cgit v1.2.3