Remove trim

parent 380e793c
...@@ -2193,7 +2193,6 @@ END ...@@ -2193,7 +2193,6 @@ END
if [[ -z "$term_font" && "$term" == "xterm" ]]; then if [[ -z "$term_font" && "$term" == "xterm" ]]; then
term_font="$(grep -E '^XTerm.vt100.faceName' <<< "$xrdb")" term_font="$(grep -E '^XTerm.vt100.faceName' <<< "$xrdb")"
term_font="${term_font/*"faceName:"}" term_font="${term_font/*"faceName:"}"
term_font="$(trim "$term_font")"
fi fi
# xft: isn't required at the beginning so we prepend it if it's missing # xft: isn't required at the beginning so we prepend it if it's missing
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment