dot.login revision 1.3
11.3Sperry# $NetBSD: dot.login,v 1.3 2003/04/24 01:02:26 perry Exp $ 21.3Sperry# 31.3Sperry# This is the default .login file. 41.3Sperry# Users are expected to edit it to meet their own needs. 51.3Sperry# 61.3Sperry# The commands in this file are executed when a csh user first 71.3Sperry# logs in. This file is processed after .cshrc. 81.3Sperry# 91.3Sperry# See csh(1) for details. 101.3Sperry# 111.1Ssimonb 121.1Ssimonbif ( ! $?SHELL ) then 131.1Ssimonb setenv SHELL /bin/csh 141.1Ssimonbendif 151.1Ssimonb 161.1Ssimonbset noglob 171.1Ssimonbeval `tset -s -m 'network:?xterm'` 181.1Ssimonbunset noglob 191.1Ssimonbstty status '^T' crt -tostop 201.1Ssimonb 211.2Sgrantif ( -x /usr/games/fortune ) /usr/games/fortune 22