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


Click here to return to the 'FROM the fink-users@lists.sourceforge.net' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
FROM the fink-users@lists.sourceforge.net
Authored by: gvitale on May 21, '02 05:56:46AM

Martin Costabel wrote:

I am using the following in my ~/Library/init/tcsh/path file (I think it
must be in the list archive somewhere already)

if ( $?DISPLAY ) then
set OLDDISPLAY=$DISPLAY
unsetenv DISPLAY
source /sw/bin/init.csh
setenv DISPLAY $OLDDISPLAY
else
source /sw/bin/init.csh
endif

--
Martin



[ Reply to This | # ]