From 641202155c1b3b7db9f81916257a80f820d51e6e Mon Sep 17 00:00:00 2001 From: Aidan Harris Date: Mon, 2 Apr 2018 01:22:03 +0100 Subject: [PATCH] Remove trim --- neofetch | 1 - 1 file changed, 1 deletion(-) diff --git a/neofetch b/neofetch index a963a16d..38171a62 100755 --- a/neofetch +++ b/neofetch @@ -2193,7 +2193,6 @@ END if [[ -z "$term_font" && "$term" == "xterm" ]]; then term_font="$(grep -E '^XTerm.vt100.faceName' <<< "$xrdb")" term_font="${term_font/*"faceName:"}" - term_font="$(trim "$term_font")" fi # xft: isn't required at the beginning so we prepend it if it's missing