diff options
author | jkh <jkh@FreeBSD.org> | 1996-03-06 05:23:00 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1996-03-06 05:23:00 +0000 |
commit | 7423e2cec3221363368ae6b2e6a5cf1ceb854c2e (patch) | |
tree | e2d19f2de50dfa9c0a335f322667470243faba81 /etc/root | |
parent | 51a9444d94846a0481ed4927b76b256b051fcb16 (diff) | |
download | FreeBSD-src-7423e2cec3221363368ae6b2e6a5cf1ceb854c2e.zip FreeBSD-src-7423e2cec3221363368ae6b2e6a5cf1ceb854c2e.tar.gz |
Add back the stty commands I nuked - bad idea, sorry.
Diffstat (limited to 'etc/root')
-rw-r--r-- | etc/root/dot.profile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/root/dot.profile b/etc/root/dot.profile index f333910..6b3eb3d 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 |