LD_LIBRARY_PATH and CLASSPATH extended.
This commit is contained in:
parent
70715756b4
commit
a59c23361f
|
@ -46,6 +46,11 @@ then
|
||||||
then
|
then
|
||||||
stty erase
|
stty erase
|
||||||
fi
|
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
|
else
|
||||||
prompt="%m(%l)%n %~ $SHLVL.%h%# "
|
prompt="%m(%l)%n %~ $SHLVL.%h%# "
|
||||||
fi
|
fi
|
||||||
|
|
5
.zshenv
5
.zshenv
|
@ -4,6 +4,7 @@ setopt CHASELINKS
|
||||||
setopt AUTO_CD
|
setopt AUTO_CD
|
||||||
setopt AUTO_PUSHD
|
setopt AUTO_PUSHD
|
||||||
setopt EXTENDED_GLOB
|
setopt EXTENDED_GLOB
|
||||||
|
setopt EXTENDED_HISTORY
|
||||||
setopt LIST_TYPES
|
setopt LIST_TYPES
|
||||||
unsetopt MARKDIRS
|
unsetopt MARKDIRS
|
||||||
unsetopt MENU_COMPLETE
|
unsetopt MENU_COMPLETE
|
||||||
|
@ -158,7 +159,7 @@ esac
|
||||||
|
|
||||||
case "$FQDN" in
|
case "$FQDN" in
|
||||||
enkur.wsr.ac.at)
|
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)
|
melange.wsr.ac.at|spirit.luga.or.at|chthon.wsr.ac.at|posbi.wsr.ac.at)
|
||||||
export LD_LIBRARY_PATH=/usr/local/lib
|
export LD_LIBRARY_PATH=/usr/local/lib
|
||||||
|
@ -167,4 +168,4 @@ case "$FQDN" in
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
export CLASSPATH=.:/usr/local/java/classes
|
export CLASSPATH=.:/usr/local/java/classes:/usr/local/oracle/classes111.zip
|
||||||
|
|
Loading…
Reference in New Issue