just removes any quotes from around the Alacritty font name, if any (#1708)
This commit is contained in:
@@ -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
Block a user