Commit a14cba70 authored by Dylan Araps's avatar Dylan Araps

Terminal Font: Add HyperTerm support

parent 3d40df43
......@@ -1542,7 +1542,7 @@ gettermfont() {
termfont="${termfont/:*}"
;;
"HyperTerm")
"Hyper"*)
termfont="$(awk -F "," '/fontFamily/ {a=$1} END{print a}' "${HOME}/.hyper.js" | awk -F "'" '{a=$2} END{print a}')"
;;
esac
......
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