Source code pulled from OpenBSD for OpenNTPD. The place to contribute to this code is via the OpenBSD CVS tree.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
359 B

24 years ago
  1. # $OpenBSD: dot.login,v 1.6 2015/12/15 16:37:58 deraadt Exp $
  2. #
  3. # csh login file
  4. if ( ! $?TERMCAP ) then
  5. if ( $?XTERM_VERSION ) then
  6. tset -IQ '-munknown:?vt220' $TERM
  7. else
  8. tset -Q '-munknown:?vt220' $TERM
  9. endif
  10. endif
  11. stty newcrt crterase
  12. set savehist=100
  13. set ignoreeof
  14. setenv EXINIT 'set ai sm noeb'
  15. if (-x /usr/games/fortune) /usr/games/fortune