BSD 3 development
[unix-history] / usr / skel / .login
CommitLineData
32ca9767
BJ
1set ignoreeof
2set mail=(/usr/spool/mail/bill)
3switch(`tty`)
4 case /dev/ttyd*:
5 setenv TERM 3a
6 breaksw
7endsw
8tset -Q
9echo "${prompt}users" ; users
10set time=15
11msgs -f
12if (-e $mail) then
13 echo "${prompt}mail"
14 mail
15endif