Unverified Commit 13cda3f7 authored by Ross Smith II's avatar Ross Smith II Committed by GitHub

neofetch: Fix Terminal Font for mintty (#1641)

* neofetch: Fix Terminal Font for mintty * Quiet shellcheck error
parent 9b708d6e
...@@ -3452,7 +3452,7 @@ END ...@@ -3452,7 +3452,7 @@ END
;; ;;
"mintty") "mintty")
term_font="$(awk -F '=' '!/^($|#)/ && /Font/ {printf $2; exit}' "${HOME}/.minttyrc")" term_font="$(awk -F '=' '!/^($|#)/ && /^\\s*Font\\s*=/ {printf $2; exit}' "${HOME}/.minttyrc")"
;; ;;
"pantheon"*) "pantheon"*)
......
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