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 <