diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 1997-09-26 08:28:19 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 1997-09-26 08:28:19 +0000 |
commit | 04b6cd5336167b2703b283c173b35863c4ccd1fe (patch) | |
tree | 23c34010a1abce413c2a15b4d038504df6334fb3 /etc/root/dot.cshrc | |
parent | d047b580c696515ff34447671fd82d06fa974832 (diff) |
Notes
Diffstat (limited to 'etc/root/dot.cshrc')
-rw-r--r-- | etc/root/dot.cshrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/root/dot.cshrc b/etc/root/dot.cshrc index 29409f260552c..5baf64042dca9 100644 --- a/etc/root/dot.cshrc +++ b/etc/root/dot.cshrc @@ -16,4 +16,7 @@ if ($?prompt) then set history = 100 set savehist = 100 set mail = (/var/mail/$USER) + + # make mail(1) happy: + setenv crt 24 endif |