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

OS X tab command fix
pull/364/head
Nils Winkler 2014-11-05 08:19:37 +01:00
commit 2ca677caac
1 changed files with 1 additions and 1 deletions

View File

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