Blob


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