Commit a63a6a6b authored by Jorge Gonzalez's avatar Jorge Gonzalez

macOS Sierra (HyperTerm): Add terminal detection

parent fa1a14f8
...@@ -1461,6 +1461,7 @@ getterm() { ...@@ -1461,6 +1461,7 @@ getterm() {
case "$TERM_PROGRAM" in case "$TERM_PROGRAM" in
"iTerm.app") term="iTerm2" ;; "iTerm.app") term="iTerm2" ;;
"Terminal.app") term="Apple Terminal" ;; "Terminal.app") term="Apple Terminal" ;;
"Hyper") term="HyperTerm" ;;
*) term="${TERM_PROGRAM/\.app}" ;; *) term="${TERM_PROGRAM/\.app}" ;;
esac esac
return return
......
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