aboutsummaryrefslogtreecommitdiff
path: root/etc/root
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1996-03-06 05:23:00 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1996-03-06 05:23:00 +0000
commitf5ca79e6f8c98bb7f5e821322501e6b47f45b7e2 (patch)
treee2d19f2de50dfa9c0a335f322667470243faba81 /etc/root
parent45952afcc7f04421cdf70347c0d2ac2ef1fc90f1 (diff)
Notes
Diffstat (limited to 'etc/root')
-rw-r--r--etc/root/dot.profile4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/root/dot.profile b/etc/root/dot.profile
index f333910255e5..6b3eb3de46f8 100644
--- a/etc/root/dot.profile
+++ b/etc/root/dot.profile
@@ -1,6 +1,10 @@
# $Id: dot.profile,v 1.8 1994/10/27 05:27:00 phk Exp $
#
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