From 4f588ad8d980f1ad9c47be1c69cb4b3df38d646e Mon Sep 17 00:00:00 2001 From: Chris Toph Date: Sat, 21 Jun 2025 19:12:59 -0400 Subject: [PATCH] Reworked fish fastfetch greeting logic --- home/global/core/fish/init.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/global/core/fish/init.fish b/home/global/core/fish/init.fish index 36fbe5c..62598f5 100644 --- a/home/global/core/fish/init.fish +++ b/home/global/core/fish/init.fish @@ -1,5 +1,5 @@ function fish_greeting - if test "$SIXEL" = true; or string match -q xterm-256color "$TERM" + if not string match -q "*ghostty*" "$TERM" fastfetch --logo-type sixel else fastfetch