aboutsummaryrefslogtreecommitdiff
path: root/share/skel/dot.profile
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>1997-09-26 08:28:31 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>1997-09-26 08:28:31 +0000
commitee59fc38c19da2b183b8dc7d34675097fc82dffb (patch)
treec38c8ac81fc0e4fc68385c9e6626e617ab392e46 /share/skel/dot.profile
parent04b6cd5336167b2703b283c173b35863c4ccd1fe (diff)
downloadsrc-ee59fc38c19da2b183b8dc7d34675097fc82dffb.tar.gz
src-ee59fc38c19da2b183b8dc7d34675097fc82dffb.zip
Set `crt' by default to make mail(1) happy.
Notes
Notes: svn path=/head/; revision=29871
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 8ee413bdf8eb..3852c82762c7 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