neofetch: Fix Terminal Font for mintty (#1641)

* neofetch: Fix Terminal Font for mintty

* Quiet shellcheck error
master
Ross Smith II 5 years ago committed by GitHub
parent 9b708d6e5f
commit 13cda3f7e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      neofetch

@ -3452,7 +3452,7 @@ END
;;
"mintty")
term_font="$(awk -F '=' '!/^($|#)/ && /Font/ {printf $2; exit}' "${HOME}/.minttyrc")"
term_font="$(awk -F '=' '!/^($|#)/ && /^\\s*Font\\s*=/ {printf $2; exit}' "${HOME}/.minttyrc")"
;;
"pantheon"*)

Loading…
Cancel
Save