dot.login revision 1.4
11.4Smlelstv# $NetBSD: dot.login,v 1.4 2016/03/08 09:51:15 mlelstv 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.1Ssimonbstty status '^T' crt -tostop 171.1Ssimonb 181.2Sgrantif ( -x /usr/games/fortune ) /usr/games/fortune 19