if ( $?VERBOSE_INIT ) echo "sourcing $HOME/.environment..."

# Athena-specific stuff begins here

add mitoc 
add weather
add graphics
add games
add library	# so I can use tfirst for FirstSearch
add cygnus	# for gcc
add outland	# for random stuff (no longer gnu)
add X11R5	# for X stuff, of course (-lX11)
add sipb	# for mosaic, etc...
add gnu		# for ghostview
add crypto	# for ssh

# add sunsoft	# for sun's compiler (suncc)
# add recipes	# for Numerical Recipes src.
# add info	# /mit/info/Electronic_Class_Schedule_*


alias gmake /mit/cygnus/{$hosttype}bin/make
alias zcat /mit/sipb/{$hosttype}bin/zcat

setenv HOSTTYPE $hosttype


# for Mike Jordan's Neural Net class Spring '94
#echo Setting up for 9.641...
#add 9.641
#setenv BINTYPE `machtype`
#setenv XERIONDIR /mit/9.641/xerion/xerion
#source $XERIONDIR/config/setup.csh

# 6.802 class
#setenv COURSE 6.802
#add $COURSE
#(source /mit/$COURSE/.attachrc) >& /dev/null #tries to more on console &freezes
#cat /mit/$COURSE/.classmotd

