freebsd-dev/etc/root/dot.profile
Joerg Wunsch 04b6cd5336 Set `crt' by default to make mail(1) happy.
Also, comment out the not so very commonly used interviews settings.
1997-09-26 08:28:19 +00:00

14 lines
242 B
Plaintext

# $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
HOME=/root
export HOME
TERM=${TERM:-cons25}
export TERM
PAGER=more
export PAGER
# make mail(1) happy:
crt=24
export crt