From bb758237daed307c1c919ed9c781d2f147734214 Mon Sep 17 00:00:00 2001 From: "Azalea (on HyDEV-Daisy)" Date: Sun, 31 Jul 2022 16:15:53 -0400 Subject: [PATCH] [F] Fix Apple_Terminal not identified after the Fig change https://github.com/dylanaraps/neofetch/pull/2017 https://github.com/dylanaraps/neofetch/pull/2077 --- neofetch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/neofetch b/neofetch index b365fda1..50db0e2d 100644 --- a/neofetch +++ b/neofetch @@ -3479,7 +3479,7 @@ get_term_font() { term_font="${term_font//\"}" ;; - "Apple_Terminal") + "Apple_Terminal"*) term_font="$(osascript <