opnsense-src/etc/root/dot.profile

11 lines
186 B
Text
Raw Normal View History

1997-02-23 04:21:14 -05:00
# $Id$
1994-02-21 15:36:03 -05:00
#
1994-09-22 04:32:39 -04: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=cons25
export TERM