Re(4): [TxMt] command with osascript stalls
Allan Odgaard
throw-away-1 at macromates.com
Tue Mar 28 17:58:01 UTC 2006
On 28/3/2006, at 4:38, Quinn Comendant wrote:
> That was it...MUCH faster. Yes, my bash startup is slow. I'm not using
> fink, but have a few dozen functions in my .bashrc.
You may want to wrap it in something like:
if [[ $- == *i* ]]; then
...all your functions and stuff...
fi
Then only when the shell is interactive, will it run the stuff.
More information about the textmate
mailing list