summaryrefslogtreecommitdiff
path: root/etc/root/dot.cshrc
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>1997-09-26 08:28:19 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>1997-09-26 08:28:19 +0000
commit04b6cd5336167b2703b283c173b35863c4ccd1fe (patch)
tree23c34010a1abce413c2a15b4d038504df6334fb3 /etc/root/dot.cshrc
parentd047b580c696515ff34447671fd82d06fa974832 (diff)
Notes
Diffstat (limited to 'etc/root/dot.cshrc')
-rw-r--r--etc/root/dot.cshrc3
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