diff --git a/modules/osx/functions/tab b/modules/osx/functions/tab index e95afbf..fb3b247 100644 --- a/modules/osx/functions/tab +++ b/modules/osx/functions/tab @@ -39,3 +39,14 @@ EOF end tell EOF } + +[[ "$the_app" == 'iTerm2']] && { + osascript 2>/dev/null <