freebsd_amp_hwpstate/etc/root/dot.profile

11 lines
246 B
Plaintext
Raw Normal View History

# $Id: dot.profile,v 1.12 1997/02/23 09:21:14 peter Exp $
1994-02-21 20:36:03 +00:00
#
1994-09-22 08:32:39 +00:00
PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin
echo 'erase ^H, kill ^U, intr ^C'
stty crt erase ^H kill ^U intr ^C
export PATH
HOME=/root
export HOME
TERM=${TERM:-cons25}
export TERM