#######  Start System Settings - Edit With Care  #######

# 	This file is ~/.cshrc - it is used also by tcsh

#       Look at the setlogin.csh file if you want to see what the default GNS
#       environment is set to. Some variables useful for testing are set there.


if (! $?LOGINENVSET) then
  if ( -r /opt/gns/etc/setlogin.csh ) then
    source /opt/gns/etc/setlogin.csh
    setenv LOGINENVSET TRUE
  endif

  ### Put additions to the PATH and any of your own environment settings that
  ### you want defined once only here in this next section

  set path = ( $path . )

  setenv MANPATH /usr/local/share/man:/usr/share/man:/usr/X11R6/man:/usr/man:/usr/local/man:/opt/local/gmt/GMT3.4.3/man:
  setenv PATH ${PATH}:/usr/local/mpich2-gcc/bin:/opt/local/gmt/GMT3.4.3/bin:/seis/psha/projects/DistSeisValidation:/seis/psha/projects/DistSeisValidation/src:/seis/psha/projects/DistSeisValidation/Welly:

  setenv CVS_RSH ssh
  setenv CVSROOT /home/scec-00/cvs/repos

endif

#       Skip the next settings if this is a non-interactive shell

if ( ! $?prompt ) goto end_setup

unset autologout

#       Set up some useful aliases and a prompt

if ( -r /opt/gns/etc/setalias.csh ) source /opt/gns/etc/setalias.csh

end_setup:
#######  End System Settings - Put your own aliases and settings below  ######

#set prompt='[%n@%m %c]% '
alias dir 'ls -lap'
alias dm 'ls -lht | more'
alias d 'ls -lht '
alias ls 'ls --color'
alias disp 'setenv DISPLAY grfw3381:0.0'
alias fausto 'ssh matt@fausto.gps.caltech.edu'
alias ernesto 'ssh matt@ernesto.gps.caltech.edu'
alias claudio 'ssh matt@claudio.gps.caltech.edu'

if( ${?prompt} ) then
      ##alias setprompt 'set prompt = "%m:%/> "'
      alias setprompt 'set prompt = "%B%m%b %/> "'
      alias cwdcmd 'setprompt'
      setprompt
endif

setenv PATH /scratch/matthew/operations/java/jdk1.5.0_10/bin:/usr/lib/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:${PATH}:/usr/local/mpich2-gcc/bin:/opt/local/gmt/GMT4.3.1/bin:/seis/psha/projects/DistSeisValidation:/seis/psha/projects/DistSeisValidation/src:/seis/psha/projects/DistSeisValidation/Welly:/export/scr1/matthew/QuakePy/scipy-0.6.0:
setenv MATLAB_SHELL /bin/sh
setenv LD_LIBRARY_PATH /opt/local/lf9562/lib
setenv CSEP /scratch/matthew/operations
setenv CENTERCODE $CSEP/csep
setenv PYTHONPATH $CENTERCODE/src/generic:$CENTERCODE/src/SCECModels:$CENTERCODE/src/SCECModels/postProcessing:$CENTERCODE/src/generic/test:$CENTERCODE/src/generic/test/unitTest:$CENTERCODE/src/SCECModels/NewZealand/generic:$CENTERCODE/src/SCECModels/NewZealand:$CSEP/quakePy_0.1.1
setenv MPICH2 /usr/local/mpich-gcc
setenv IMAGEMAGICKHOME /usr/bin
setenv JAVA_HOME /scratch/matthew/operations/java
setenv GMTHOME /opt/local/gmt/GMT4.3.1/bin
