From a14cba706888b3947187e37cb771dfb005c87166 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 5 Nov 2016 09:52:11 +1100 Subject: [PATCH] Terminal Font: Add HyperTerm support --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 7047a54b..c1258f32 100755 --- a/neofetch +++ b/neofetch @@ -1542,7 +1542,7 @@ gettermfont() { termfont="${termfont/:*}" ;; - "HyperTerm") + "Hyper"*) termfont="$(awk -F "," '/fontFamily/ {a=$1} END{print a}' "${HOME}/.hyper.js" | awk -F "'" '{a=$2} END{print a}')" ;; esac