Browse Source

misc: cleanup

Dylan Araps 7 years ago
parent
commit
c152801a8a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      neofetch

+ 1 - 1
neofetch

@@ -3021,7 +3021,7 @@ END
 
         "urxvt" | "urxvtd" | "rxvt-unicode" | "xterm")
             xrdb="$(xrdb -query)"
-            term_font="$(grep -im 1 -e "^${term/d}"'\**\.*font' -e "^\\*font" <<< "$xrdb")"
+            term_font="$(grep -im 1 -e "^${term/d}"'\**\.*font' -e '^\*font' <<< "$xrdb")"
             term_font="${term_font/*"*font:"}"
             term_font="${term_font/*".font:"}"
             term_font="${term_font/*"*.font:"}"