BSD 4_2 development
[unix-history] / usr / protouser / .login
CommitLineData
b3a0dd66
C
1#
2# Change vi defaults
3#
4setenv EXINIT 'set autoindent'
5#
6# Is this a remote login?
7#
8if (`tty | egrep -c "ttyp|ttyq"` == 1) then
9 # ----- Don't ask for terminal type if we know it
10 set noglob
11 eval `tset -Q -I -s $TERM`
12else
13 while (1)
14 set noglob
15 eval `tset -s -m dialup:?vt100 -m :?$TERM`
16 if ($TERM != "unknown") then
17 break
18 endif
19 end
20endif
21stty dec
22set mail=/usr/spool/mail/$USER
23msgs -p -f