Browse Source

FIXED: syntax error in osx module tab function

master
nstCactus 7 years ago committed by Kaleb Elwert
parent
commit
ee249e50ee
  1. 2
      modules/osx/functions/tab

2
modules/osx/functions/tab

@ -40,7 +40,7 @@ EOF @@ -40,7 +40,7 @@ EOF
EOF
}
[[ "$the_app" == 'iTerm2']] && {
[[ "$the_app" == 'iTerm2' ]] && {
osascript 2>/dev/null <<EOF
tell application "iTerm2"
tell current window

Loading…
Cancel
Save