added CLASSPATH

removed eval `resize` (not good on Linux).
This commit is contained in:
hjp 1998-08-06 17:34:58 +00:00
parent 8f5595379e
commit 0ab89e2a30
2 changed files with 5 additions and 1 deletions

View File

@ -42,7 +42,9 @@ then
then
stty erase 
fi
eval `resize`
# Do we need this at all? On linux this messes things up.
#eval `resize`
else
prompt="%m(%l)%n %~ $SHLVL.%h%# "
fi

View File

@ -141,3 +141,5 @@ case "$FQDN" in
*.wsr.ac.at)
;;
esac
export CLASSPATH=/usr/local/java/classes