diff --git a/modules/osx/functions/tab b/modules/osx/functions/tab index fb3b2479..e0f2dc24 100644 --- a/modules/osx/functions/tab +++ b/modules/osx/functions/tab @@ -40,7 +40,7 @@ EOF EOF } -[[ "$the_app" == 'iTerm2']] && { +[[ "$the_app" == 'iTerm2' ]] && { osascript 2>/dev/null <