dot.login revision 1.3
1#	$NetBSD: dot.login,v 1.3 2003/04/24 01:02:26 perry Exp $
2#
3# This is the default .login file.
4# Users are expected to edit it to meet their own needs.
5#
6# The commands in this file are executed when a csh user first
7# logs in.  This file is processed after .cshrc.
8#
9# See csh(1) for details.
10#
11
12if ( ! $?SHELL ) then
13  setenv SHELL /bin/csh
14endif
15
16set noglob
17eval `tset -s -m 'network:?xterm'`
18unset noglob
19stty status '^T' crt -tostop
20
21if ( -x /usr/games/fortune ) /usr/games/fortune
22