dot.login revision 1.2
11.2Sgrant#	$NetBSD: dot.login,v 1.2 2002/07/08 02:54:58 grant Exp $
21.1Ssimonb#csh .login file
31.1Ssimonb
41.1Ssimonbif ( ! $?SHELL ) then
51.1Ssimonb  setenv SHELL /bin/csh
61.1Ssimonbendif
71.1Ssimonb
81.1Ssimonbset noglob
91.1Ssimonbeval `tset -s -m 'network:?xterm'`
101.1Ssimonbunset noglob
111.1Ssimonbstty status '^T' crt -tostop
121.1Ssimonb
131.2Sgrantif ( -x /usr/games/fortune ) /usr/games/fortune
14