diff --git a/.znewterm b/.znewterm index e56f067..96be615 100644 --- a/.znewterm +++ b/.znewterm @@ -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 diff --git a/.zshenv b/.zshenv index 9eb1999..b98cc0e 100644 --- a/.zshenv +++ b/.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