Set `crt' by default to make mail(1) happy.

Also, comment out the not so very commonly used interviews settings.
This commit is contained in:
Joerg Wunsch 1997-09-26 08:28:19 +00:00
parent d047b580c6
commit 04b6cd5336
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=29870
3 changed files with 12 additions and 4 deletions

View File

@ -16,4 +16,7 @@ if ($?prompt) then
set history = 100
set savehist = 100
set mail = (/var/mail/$USER)
# make mail(1) happy:
setenv crt 24
endif

View File

@ -5,9 +5,9 @@ set path = (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/bin /usr/X11R6/b
setenv MANPATH "/usr/share/man:/usr/X11R6/man:/usr/local/man"
# Interviews settings
setenv CPU "FREEBSD"
set path = ($path /usr/local/interviews/bin/$CPU)
setenv MANPATH "${MANPATH}:/usr/local/interviews/man"
#setenv CPU "FREEBSD"
#set path = ($path /usr/local/interviews/bin/$CPU)
#setenv MANPATH "${MANPATH}:/usr/local/interviews/man"
# 8-bit locale (Germany)
#setenv LANG de_DE.ISO_8859-1

View File

@ -1,4 +1,4 @@
# $Id: dot.profile,v 1.13 1997/03/06 22:24:04 joerg Exp $
# $Id: dot.profile,v 1.14 1997/04/03 21:42:30 brian Exp $
#
PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin
export PATH
@ -6,3 +6,8 @@ HOME=/root
export HOME
TERM=${TERM:-cons25}
export TERM
PAGER=more
export PAGER
# make mail(1) happy:
crt=24
export crt