]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - etc/root/dot.profile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.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