Merge pull request #363 from nwinkler/osx-tab-fix

OS X tab command fix
This commit is contained in:
Nils Winkler
2014-11-05 08:19:37 +01:00

View File

@@ -11,7 +11,7 @@ function tab() {
end end
tell application "Terminal" tell application "Terminal"
activate activate
do script with command " cd \"$PWD\"; $*" in window 1 do script with command " cd \"$PWD\"; $*" in window 0
end tell end tell
EOF EOF
} }