export NAME="Some cs2335 Student" export EDITOR="`whence pico`" export FCEDIT="`whence pico`" export VISUAL="`whence pico`" # Other initialization . /usr/local/etc/profile DEFAULT_TERM=ansi term # These lines added by gtwreck xsetup program WRECKDIR=`ypmatch gtwreck passwd | awk -F: '{ print $6 }'` export PATH="$PATH:$WRECKDIR/bin:$WRECKDIR/bin/X11" export FMHOME=/usr/local/lib/frame export PATH="$PATH:$FMHOME/bin:" # end gtwreck xsetup modifications export PATH="$PATH:/usr/sbin:" # Remove this line and the next 7 lines to no longer be asked to press # the backspace key when you login echo "Hit the backspace key: " stty raw stty erase `/usr/local/bin/perl -e 'print getc;'` stty -raw echo # Last line of backspace setup alias ON="workon cs2130" alias OFF="workoff" alias GCC2130="gcc -o prog -ansi -pedantic -O2 -Wall"