From 53610b2ad56b73956c4c80e2e1f8a8bb5b81d3e8 Mon Sep 17 00:00:00 2001 From: thepish Date: Fri, 14 Aug 1998 13:49:57 +0000 Subject: PR: 7613 Submitted by: Sheldon Hearn set crt='' so that mail(1) will page according to stty(1) setting --- share/skel/dot.profile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'share/skel') diff --git a/share/skel/dot.profile b/share/skel/dot.profile index 3ee09fd..4f93627 100644 --- a/share/skel/dot.profile +++ b/share/skel/dot.profile @@ -1,4 +1,4 @@ -# $Id: dot.profile,v 1.15 1997/09/26 08:28:31 joerg Exp $ +# $Id: dot.profile,v 1.16 1998/06/06 15:01:46 kuriyama Exp $ # # .profile - Bourne Shell startup script for login shells # @@ -18,7 +18,9 @@ BLOCKSIZE=K; export BLOCKSIZE EDITOR=vi; export EDITOR PAGER=more; export PAGER # make mail(1) happy: -crt=24; export crt +#crt=24; export crt +#set crt='' to have mail(1) use the setting from stty(1) by default +crt=''; export crt # set ENV to a file invoked each time sh is started for interactive use. ENV=$HOME/.shrc; export ENV -- cgit v1.1