Nuked setting of crt here too.
Obtained from: src/etc/root/dot.profile rev.1.17.
This commit is contained in:
parent
5eb3cf40d1
commit
4d3a35c728
@ -17,7 +17,4 @@ if ($?prompt) then
|
||||
set history = 100
|
||||
set savehist = 100
|
||||
set mail = (/var/mail/$USER)
|
||||
|
||||
# make mail(1) happy:
|
||||
setenv crt 24
|
||||
endif
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Id: dot.cshrc,v 1.7 1997/02/22 13:56:32 peter Exp $
|
||||
# $Id: dot.cshrc,v 1.8 1997/09/26 08:28:29 joerg Exp $
|
||||
#
|
||||
# .cshrc - csh resource script, read at beginning
|
||||
# of execution by each shell
|
||||
@ -22,7 +22,4 @@ if ($?prompt) then
|
||||
set history = 100
|
||||
set savehist = 100
|
||||
set mail = (/var/mail/$USER)
|
||||
|
||||
# make mail(1) happy:
|
||||
setenv crt 24
|
||||
endif
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user