local.cshrc.source | local.profile.source |
# PDF viewer #setenv GDE_PDFVIEW acroread #setenv GDE_PDFVIEW gv |
# PDF viewer #GDE_PDFVIEW=acroread #GDE_PDFVIEW=gv #export GDE_PDFVIEW |
local.cshrc.source
(for brevity, local.profile.source not shown) |
#
Netscape command #BIRCH_NETSCAPE=netscape #BIRCH_NETSCAPE=mozilla #BIRCH_NETSCAPE=firefox #export BIRCH_NETSCAPE # # Older versions of netscape/mozilla need to be called using the # openURL() argument, if you try to launch a new page while # a copy of the browser is already running. The variable # BROWSER_OPENURL # is set to 0 by default. If you are using an older browser # such as Netscape 7.1 and earlier, BROWSER_OPENURL should be set # to 1. # This variable is only used by browser.sh, which is a BOURNE shell # script. It is not needed for csh, tcsh etc. #BROWSER_OPENURL=1 #export BROWSER_OPENURL |