just removes any quotes from around the Alacritty font name, if any (#1708)
This commit is contained in:
parent
34d55b8747
commit
96d9d3c4f6
1
neofetch
1
neofetch
|
@ -3274,6 +3274,7 @@ get_term_font() {
|
||||||
term_font="${term_font/*family:}"
|
term_font="${term_font/*family:}"
|
||||||
term_font="${term_font/$'\n'*}"
|
term_font="${term_font/$'\n'*}"
|
||||||
term_font="${term_font/\#*}"
|
term_font="${term_font/\#*}"
|
||||||
|
term_font="${term_font//\"}"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"Apple_Terminal")
|
"Apple_Terminal")
|
||||||
|
|
Reference in New Issue