neofetch: Fix Terminal Font for mintty (#1641)
* neofetch: Fix Terminal Font for mintty * Quiet shellcheck error
This commit is contained in:
parent
9b708d6e5f
commit
13cda3f7e4
1 changed files with 1 additions and 1 deletions
2
neofetch
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…
Reference in a new issue