Remove trim
This commit is contained in:
parent
380e793c62
commit
641202155c
1
neofetch
1
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
|
||||
|
|
Reference in New Issue