# if ( -r /usr/Local/lib/csh.cshrc ) source /usr/Local/lib/csh.cshrc # if you want "system" directories in your path #if ( "$ARCH" == sparcSolaris ) then # set path=( $path /local/sbin /usr/Local/etc /usr/sbin /sbin ) #else if ("$ARCH" == Linux ) then # set path=( $path /local/sbin /usr/Local/etc /sbin /usr/sbin ) #endif # Skip setup if not an interactive shell if ( $?USER == 0 || $?prompt == 0) exit if ("$prompt" == "" ) exit alias back 'set back=$old; set old=$cwd; cd $back; unset back; dirs' alias lf 'ls -F' alias t cat alias mroe more alias cl '(setenv OLDIR $cwd; chdir ~/iraf; exec cl)' if ( "$ARCH" == sparcSolaris ) then alias pu /usr/ucb/ps endif #---------------------------------- # ASTROMAKE alias astromake "source /n/astromake/astromake_start; unalias astromake" astromake # then type astroload ds9 #or astroload heasoft #---------------------------------- if ( -r /usr/Local/lib/windowtops.csh ) source /usr/Local/lib/windowtops.csh