Merge pull request #250 from nwinkler/osx-tab
Open new OS X tab change: Ignore command in historypull/248/merge
commit
c09b689676
|
|
@ -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 1
|
||||
end tell
|
||||
EOF
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue