diff options
author | Bruce Evans <bde@FreeBSD.org> | 1998-09-02 14:10:22 +0000 |
---|---|---|
committer | Bruce Evans <bde@FreeBSD.org> | 1998-09-02 14:10:22 +0000 |
commit | 99b32a50432c1727bd48fecfed6d883098a6590e (patch) | |
tree | 377ca2d254a1bba3a5775173d900eac8037e1330 /share/skel/dot.profile | |
parent | f52f05009b6665ccd210914e4b833a1a1bac3f0f (diff) | |
download | src-99b32a50432c1727bd48fecfed6d883098a6590e.tar.gz src-99b32a50432c1727bd48fecfed6d883098a6590e.zip |
Nuked setting of crt here too.
Obtained from: src/etc/root/dot.profile rev.1.17.
Notes
Notes:
svn path=/head/; revision=38747
Diffstat (limited to 'share/skel/dot.profile')
-rw-r--r-- | share/skel/dot.profile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/share/skel/dot.profile b/share/skel/dot.profile index 4f936274e3d3..082b2abc6903 100644 --- a/share/skel/dot.profile +++ b/share/skel/dot.profile @@ -1,4 +1,4 @@ -# $Id: dot.profile,v 1.16 1998/06/06 15:01:46 kuriyama Exp $ +# $Id: dot.profile,v 1.17 1998/08/14 13:49:57 thepish Exp $ # # .profile - Bourne Shell startup script for login shells # @@ -17,10 +17,6 @@ PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/bin:/usr/X11R6/bin:$HOM BLOCKSIZE=K; export BLOCKSIZE EDITOR=vi; export EDITOR PAGER=more; export PAGER -# make mail(1) happy: -#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 |