diff --git a/neofetch b/neofetch index 206dab8c..00578871 100755 --- a/neofetch +++ b/neofetch @@ -3274,6 +3274,7 @@ get_term_font() { term_font="${term_font/*family:}" term_font="${term_font/$'\n'*}" term_font="${term_font/\#*}" + term_font="${term_font//\"}" ;; "Apple_Terminal")