# Commands and environment variables for local additions # to BIRCH if [ $BIRCH_DEBUG -eq 1 ] then echo Running $BIRCH/local/admin/local.profile.source fi # $BIRCH_LOGGING=1 means that when users log in a message will # be appended to local/admin/logins.log, and when gde is launched, # a message is appended to local/admin/gde.log # # DO NOT use this option if the BIRCH filesystem is mounted # read-only for users. # BIRCH_LOGGING=1 export BIRCH_LOGGING # $GDE_TEXTEDIT $GDE_TERM and $GDE_BITMAP_VIEWER are already set in # profile.source, but setting them here will override those # values # Graphic Text Editor #GDE_TEXTEDIT=dtpad #GDE_TEXTEDIT=gedit #GDE_TEXTEDIT=vim GDE_TEXTEDIT=nedit #GDE_TEXTEDIT=kate #GDE_TEXTEDIT=kedit #GDE_TEXTEDIT=xemacs # not a good choice for most users export GDE_TEXTEDIT # Terminal #GDE_TERM='xterm -e' GDE_TERM='dtterm -e' #GDE_TERM='gnome-terminal -e' export GDE_TERM # Image viewer #GDE_BITMAP_VIEWER=ee #GDE_BITMAP_VIEWER=sdtimage GDE_BITMAP_VIEWER=xv export GDE_BITMAP_VIEWER # PDF viewer #GDE_PDFVIEW=acroread #GDE_PDFVIEW=ggv #export GDE_PDFVIEW # PostScript viewer #GDE_PSVIEW=ghostview #GDE_PSFVIEW=gv GDE_PSFVIEW=ggv export GDE_PSVIEW # Netscape command #BIRCH_NETSCAPE=netscape #BIRCH_NETSCAPE=/usr/bin/X11/netscape #BIRCH_NETSCAPE=/usr/local/bin/netscape BIRCH_NETSCAPE=mozilla 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 # Spreadsheet GDE_SPREADSHEET='/usr/local/staroffice7/program/scalc' export GDE_SPREADSHEET #-------------------------- ACEDB # These don't have to be the same as the values for GDE, # but it's simpler to do it that way. ACE_EDIT_COMMAND=$GDE_TEXTEDIT ACE_PDF_COMMAND=$GDE_PDFVIEW ACE_PS_COMMAND=$GDE_PSVIEW ACE_BITMAP_VIEWER=$GDE_BITMAP_VIEWER export ACE_EDIT_COMMAND ACE_PDF_COMMAND ACE_PS_COMMAND ACE_BITMAP_VIEWER # This section puts the current working directory into the $PATH. # This is not possible for sh and ash, so only the host name is # displayed with these shells. case "$SHELL" in /bin/sh) case "$BIRCH_PLATFORM" in solaris-sparc) PS1={$HOSTNAME}; export PS1 ;; linux-intel) PS1='{$HOSTNAME:$PWD}'; export PS1 ;; *) PS1={$HOSTNAME}; export PS1 ;; esac ;; /bin/ksh) PS1='{$HOSTNAME:$PWD}'; export PS1 # Note: in ksh, the 'cd' command echos the new directory # name, whereas other shells are silent when you run 'cd'. ;; /bin/bash) PS1='{\H:$PWD}'; export PS1 ;; /bin/ash) PS1={$HOSTNAME}; export PS1 ;; *) PS1={$HOSTNAME}; export PS1 ;; esac #-------------------------- MBCRR MBCRR=$BIRCH/MBCRR-Package mbcrr=$MBCRR PLSEARCH_HOME=$MBCRR/plsearch-4.2 export MBCRR mbcrr PLSEARCH_HOME # --------------------------- PIMA PIMA_HOME=$BIRCH/local/dat/pima export PIMA_HOME #-------------------------- VISA HELPPATH=$doc/visa export HELPPATH #-------------------------- DNA-GUI #XAPPLRESDIR=$BIRCH/XAPPLRESDIR #export XAPPLRESDIR