From 13cda3f7e40a79e3f4e7d64d6f13e134c1f75c4a Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Thu, 10 Jun 2021 22:30:28 -0700 Subject: [PATCH] neofetch: Fix Terminal Font for mintty (#1641) * neofetch: Fix Terminal Font for mintty * Quiet shellcheck error --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index f3367be7..5cf2f5b1 100755 --- a/neofetch +++ b/neofetch @@ -3452,7 +3452,7 @@ END ;; "mintty") - term_font="$(awk -F '=' '!/^($|#)/ && /Font/ {printf $2; exit}' "${HOME}/.minttyrc")" + term_font="$(awk -F '=' '!/^($|#)/ && /^\\s*Font\\s*=/ {printf $2; exit}' "${HOME}/.minttyrc")" ;; "pantheon"*)