if ( $?prompt ) then
  set correct = cmd
  set crt=24
  set mail = $MAIL
  set notify
  set who="%n has %a"
  source ~/.alias
  set whoami = `whoami`
  if ( !( `echo $path | grep $whoami` )) then
    set path = ( ~/bin $path )
  endif
endif

