xref: /netbsd/etc/skel/dot.login (revision bf9ec67e)
1#	$NetBSD: dot.login,v 1.1 2000/10/16 13:12:26 simonb Exp $
2#csh .login file
3
4if ( ! $?SHELL ) then
5  setenv SHELL /bin/csh
6endif
7
8set noglob
9eval `tset -s -m 'network:?xterm'`
10unset noglob
11stty status '^T' crt -tostop
12
13/usr/games/fortune
14