LD_LIBRARY_PATH and CLASSPATH extended.

This commit is contained in:
hjp 1999-08-18 14:39:51 +00:00
parent 70715756b4
commit a59c23361f
2 changed files with 8 additions and 2 deletions

View File

@ -46,6 +46,11 @@ then
then
stty erase 
fi
# These are erroneously set on RH 6.0
# or maybe not - seems that they were just eroneusly exported
# elsewhere.
#unset LINES
#unset COLUMNS
else
prompt="%m(%l)%n %~ $SHLVL.%h%# "
fi

View File

@ -4,6 +4,7 @@ setopt CHASELINKS
setopt AUTO_CD
setopt AUTO_PUSHD
setopt EXTENDED_GLOB
setopt EXTENDED_HISTORY
setopt LIST_TYPES
unsetopt MARKDIRS
unsetopt MENU_COMPLETE
@ -158,7 +159,7 @@ esac
case "$FQDN" in
enkur.wsr.ac.at)
export LD_LIBRARY_PATH=$ORACLE_HOME/lib
export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/usr/local/mnemonic/lib
;;
melange.wsr.ac.at|spirit.luga.or.at|chthon.wsr.ac.at|posbi.wsr.ac.at)
export LD_LIBRARY_PATH=/usr/local/lib
@ -167,4 +168,4 @@ case "$FQDN" in
;;
esac
export CLASSPATH=.:/usr/local/java/classes
export CLASSPATH=.:/usr/local/java/classes:/usr/local/oracle/classes111.zip