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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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")