From 751c1d9da419b1a5f539dcb5a886e84f24bdf253 Mon Sep 17 00:00:00 2001 From: Krzysztof Magosa Date: Sat, 30 Apr 2016 23:54:55 +0200 Subject: [PATCH] osx plugin: add partial support for iTerm2 --- plugins/osx/osx.plugin.zsh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugins/osx/osx.plugin.zsh b/plugins/osx/osx.plugin.zsh index a1516dcce..bde970787 100644 --- a/plugins/osx/osx.plugin.zsh +++ b/plugins/osx/osx.plugin.zsh @@ -59,12 +59,12 @@ function vsplit_tab() { local the_app=$(_omz_osx_get_frontmost_app) - if [[ "$the_app" == 'iTerm' ]]; then + if [[ "$the_app" == 'iTerm' || "$the_app" == 'iTerm2' ]]; then osascript </dev/null <