Submitted by:	axl@iafrica.com
change default setting of the crt env var from 24 to blank (mail(1) then uses
stty(1) setting
This commit is contained in:
Peter Hawkins 1998-08-14 12:26:43 +00:00
parent 113b296233
commit d2f0ccccab
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38319

View File

@ -1,4 +1,4 @@
# $Id: dot.profile,v 1.14 1997/04/03 21:42:30 brian Exp $
# $Id: dot.profile,v 1.15 1997/09/26 08:28:19 joerg Exp $
#
PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin
export PATH
@ -9,5 +9,7 @@ export TERM
PAGER=more
export PAGER
# make mail(1) happy:
crt=24
#crt=24
#set crt with no value. mail(1) will then use the system value ( stty(1) )
crt=''
export crt