Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Re: Improve terminal/script startup time' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Re: Improve terminal/script startup time
Authored by: kholburn on Jun 15, '02 03:17:14AM

I use this in my .tcshrc file:

if ( `ps -awwwux|grep XDarwin |grep -vc grep` > 0 ) then
setenv DISPLAY :0.0
endif

Doesn't slow down and if XDarwin is running it does what it's supposed to.

Kim



[ Reply to This | # ]