1#	$NetBSD: dot.login,v 1.4 2016/03/08 09:51:15 mlelstv 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
16stty status '^T' crt -tostop
17
18if ( -x /usr/games/fortune ) /usr/games/fortune
19