summaryrefslogtreecommitdiffstats
path: root/share/skel/dot.profile
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.profile
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.profile')
-rw-r--r--share/skel/dot.profile4
1 files changed, 3 insertions, 1 deletions
diff --git a/share/skel/dot.profile b/share/skel/dot.profile
index 8ee413b..3852c82 100644
--- a/share/skel/dot.profile
+++ b/share/skel/dot.profile
@@ -1,4 +1,4 @@
-# $Id: dot.profile,v 1.13 1997/08/03 18:37:46 wosch Exp $
+# $Id: dot.profile,v 1.14 1997/08/15 23:41:26 ache Exp $
#
# .profile - Bourne Shell startup script for login shells
#
@@ -17,6 +17,8 @@ PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin:$HOME/bin; export PATH
BLOCKSIZE=K; export BLOCKSIZE
EDITOR=vi; export EDITOR
PAGER=more; export PAGER
+# make mail(1) happy:
+crt=24; export crt
# set ENV to a file invoked each time sh is started for interactive use.
ENV=$HOME/.shrc; export ENV
OpenPOWER on IntegriCloud