From 351fa06574556a3edca12c5def51a2bf5deed68b Mon Sep 17 00:00:00 2001 From: Umberto Lentini Date: Tue, 9 Apr 2019 14:05:53 +0200 Subject: [PATCH] osx: added support for Hyper terminal (#7494) --- plugins/osx/osx.plugin.zsh | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/plugins/osx/osx.plugin.zsh b/plugins/osx/osx.plugin.zsh index a1c73a184..7deed0ba6 100644 --- a/plugins/osx/osx.plugin.zsh +++ b/plugins/osx/osx.plugin.zsh @@ -51,6 +51,17 @@ EOF end tell end tell EOF + elif [[ "$the_app" == 'Hyper' ]]; then + osascript >/dev/null </dev/null <&2 @@ -132,6 +156,19 @@ EOF end tell EOF + elif [[ "$the_app" == 'Hyper' ]]; then + osascript >/dev/null <&2 false