mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
11 lines
186 B
Plaintext
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
|