General: Don't uppercase term font

This commit is contained in:
Dylan Araps 2016-12-12 18:38:55 +11:00
parent fc31e868e3
commit f7274fef87

View file

@ -1590,8 +1590,6 @@ get_term_font() {
term_font="$(awk -F "," '/fontFamily/ {a=$1} END{print a}' "${HOME}/.hyper.js" | awk -F "'" '{a=$2} END{print a}')"
;;
esac
term_font="$(uppercase "$term_font")"
}
get_disk() {