Home > Archive > AppleScript > June 2005 > Last do script cmd executes in every new Terminal sessions
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Last do script cmd executes in every new Terminal sessions
|
|
|
|
| bougalou 2005-06-06, 3:55 pm |
| "bougalou" wrote:
> Does anyone know where, and why, the last
> "do script" command, in a
> tell application "Terminal" block
> is always kept memorised ?
>
> I checked .login, .cshrc, .basrc, to no avail.
>
> I'd really appreciate your enlightments...
>
> Thank-you
> bougalou
It’s apparently a bug in the Terminal app.
editing the com.apple.terminal.plist to remove the ExecutionString, or
sending the cmd: <defaults write com.apple.terminal ExecutionString
’’> in Terminal erases the sticky commands generated by the last <do
script (with command ?)>.
Thankyou Bougalou ;-)
|
|
|
|
|