set ignoreeof
source $HOME/.cshrc
if ( ! ${?term} ) set term = 'vt100'
set history = 50 savehist = 50
set host = `hostname`
set prompt = "`hostname`:`echo $cwd` - !\n% "
unalias rm
alias setprompt 'set prompt="`echo $host`:`echo $cwd` - !\n% "'
set DSSIZE = 10
if ( ! $?DS ) set DS = (~)
if (-x /usr/bin/jikes) then
setenv JIKESPATH /usr/share/java/repository:.:/home/blairc/Lib/jlapack-0.6/f2jutil.jar:/home/blairc/Lib/jlapack-0.6/blas.jar:/home/blairc/Lib/jlapack-0.6/lapack.jar:/home/blairc/Lib/jlapack-0.6/xerbla.jar:/home/blairc/Lib/jlapack-0.6
endif
if ($OS == "linux") then
set JLAPACK_HOME=/home/blairc/Lib/jlapack-0.6
set JPACK=/home/blairc/Lib/jlapack-0.6/f2jutil.jar:/home/blairc/Lib/jlapack-0.6/blas.jar:/home/blairc/Lib/jlapack-0.6/lapack.jar:/home/blairc/Lib/jlapack-0.6/xerbla.jar
setenv CLASSPATH $HOME/Lib/optimization:.:$HOME/Outlier:$JPACK
endif
source $HOME/.alias