mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-20 23:54:38 +01:00
11 lines
204 B
Plaintext
11 lines
204 B
Plaintext
# $Id: dot.profile,v 1.16 1998/08/14 12:26:43 thepish Exp $
|
|
#
|
|
PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin
|
|
export PATH
|
|
HOME=/root
|
|
export HOME
|
|
TERM=${TERM:-cons25}
|
|
export TERM
|
|
PAGER=more
|
|
export PAGER
|