2c61a906a5
While I'm here, make the default PATH match that in the csh profile, and login.conf.
11 lines
189 B
Plaintext
11 lines
189 B
Plaintext
# $FreeBSD$
|
|
#
|
|
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:~/bin
|
|
export PATH
|
|
HOME=/root
|
|
export HOME
|
|
TERM=${TERM:-cons25}
|
|
export TERM
|
|
PAGER=more
|
|
export PAGER
|