diff options
author | Peter Hawkins <thepish@FreeBSD.org> | 1998-08-14 13:49:57 +0000 |
---|---|---|
committer | Peter Hawkins <thepish@FreeBSD.org> | 1998-08-14 13:49:57 +0000 |
commit | 6770d3ca0a2f466bb9aeae14d515e2f4408f88a4 (patch) | |
tree | f669981f10888fbcb8b7c05bedf5a09c9984f072 /share/skel/dot.profile | |
parent | d2f0ccccabe0507ff2229142a038eab0ac2e1b37 (diff) | |
download | src-test2-6770d3ca0a2f466bb9aeae14d515e2f4408f88a4.tar.gz src-test2-6770d3ca0a2f466bb9aeae14d515e2f4408f88a4.zip |
Notes
Diffstat (limited to 'share/skel/dot.profile')
-rw-r--r-- | share/skel/dot.profile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/skel/dot.profile b/share/skel/dot.profile index 3ee09fd53130..4f936274e3d3 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 |