Commit 4e3a9a1a authored by Dylan Araps's avatar Dylan Araps Committed by GitHub

Merge pull request #649 from siiptuo/fix-alacritty-font

Fix Alacritty font detection
parents 3d126619 608ea477
......@@ -1619,6 +1619,7 @@ get_term_font() {
term_font="$(awk -F ':|#' '/normal:/ {getline; print}' "${XDG_CONFIG_HOME}/alacritty/alacritty.yml")"
term_font="${term_font/*family:}"
term_font="${term_font/$'\n'*}"
term_font="${term_font/\#*}"
;;
"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