LD_LIBRARY_PATH and CLASSPATH extended.
This commit is contained in:
parent
70715756b4
commit
a59c23361f
|
@ -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
|
||||
|
|
5
.zshenv
5
.zshenv
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue