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.