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

This commit is contained in:
Daniel Brooks
2021-06-11 05:05:46 +00:00
committed by GitHub
parent 34d55b8747
commit 96d9d3c4f6
+1
View File
@@ -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")