]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - etc/root/dot.profile
Copy head to stable/8 as part of 8.0 Release cycle.
[FreeBSD/stable/8.git] / etc / root / dot.profile
1 # $FreeBSD$
2 #
3 PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:~/bin
4 export PATH
5 HOME=/root
6 export HOME
7 TERM=${TERM:-cons25}
8 export TERM
9 PAGER=more
10 export PAGER