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