Unverified Commit 96d9d3c4 authored by Daniel Brooks's avatar Daniel Brooks Committed by GitHub

just removes any quotes from around the Alacritty font name, if any (#1708)

parent 34d55b87
...@@ -3274,6 +3274,7 @@ get_term_font() { ...@@ -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")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment