Clear new tabs.

This commit is contained in:
Steve Losh 2010-01-25 09:06:45 -05:00
commit 6ec9f8c168

View file

@ -44,7 +44,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\"; clear; $*" in window 1
end tell end tell
EOF EOF
} }