Merge pull request #250 from nwinkler/osx-tab

Open new OS X tab change: Ignore command in history
pull/248/merge
Travis Swicegood 2013-12-17 08:22:36 -08:00
commit c09b689676
1 changed files with 1 additions and 1 deletions

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 1
end tell end tell
EOF EOF
} }