summaryrefslogtreecommitdiffstats
path: root/share/skel/dot.cshrc
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1997-09-26 08:28:31 +0000
committerjoerg <joerg@FreeBSD.org>1997-09-26 08:28:31 +0000
commit2c55c29ae924632361e95ecba6287344e6333306 (patch)
treeac6f39c50ce14d703c63eaf13da56ac4595e2fc0 /share/skel/dot.cshrc
parent22cd9dbc5d0c043ab5512fefe7fff9baa82bfa65 (diff)
downloadFreeBSD-src-2c55c29ae924632361e95ecba6287344e6333306.zip
FreeBSD-src-2c55c29ae924632361e95ecba6287344e6333306.tar.gz
Set `crt' by default to make mail(1) happy.
Diffstat (limited to 'share/skel/dot.cshrc')
-rw-r--r--share/skel/dot.cshrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/share/skel/dot.cshrc b/share/skel/dot.cshrc
index 0b9483a..a9aaae4 100644
--- a/share/skel/dot.cshrc
+++ b/share/skel/dot.cshrc
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: dot.cshrc,v 1.7 1997/02/22 13:56:32 peter Exp $
#
# .cshrc - csh resource script, read at beginning
# of execution by each shell
@@ -22,4 +22,7 @@ if ($?prompt) then
set history = 100
set savehist = 100
set mail = (/var/mail/$USER)
+
+ # make mail(1) happy:
+ setenv crt 24
endif
OpenPOWER on IntegriCloud