summaryrefslogtreecommitdiff
path: root/etc/skel/dot.login
blob: b974575e74d5f57c98f2874d38a29ec38bdcbce0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#	$NetBSD: dot.login,v 1.4 2016/03/08 09:51:15 mlelstv Exp $
#
# This is the default .login file.
# Users are expected to edit it to meet their own needs.
#
# The commands in this file are executed when a csh user first
# logs in.  This file is processed after .cshrc.
#
# See csh(1) for details.
#

if ( ! $?SHELL ) then
  setenv SHELL /bin/csh
endif

stty status '^T' crt -tostop

if ( -x /usr/games/fortune ) /usr/games/fortune