just removes any quotes from around the Alacritty font name, if any (#1708)
This commit is contained in:
parent
34d55b8747
commit
96d9d3c4f6
1 changed files with 1 additions and 0 deletions
1
neofetch
1
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")
|
||||
|
|
Loading…
Reference in a new issue