Remove trim

This commit is contained in:
Aidan Harris 2018-04-02 01:22:03 +01:00
parent 380e793c62
commit 641202155c
No known key found for this signature in database
GPG Key ID: E18BE27807DA2E96
1 changed files with 0 additions and 1 deletions

View File

@ -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