freebsd-skq/etc/root/dot.profile
1997-02-23 09:21:14 +00:00

11 lines
186 B
Plaintext

# $Id$
#
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=cons25
export TERM