# ~/.login: executed by tcsh(1) for login shells.

if ( $?prompt ) then

  set autoexpand
  set autolist
  set cdpath = ( ~ )
  set correct = cmd

  setenv EDITOR vi
  setenv PAGER less

  mesg y

endif

[ -x /usr/games/fortune ] && /usr/games/fortune
