]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - etc/root/dot.profile
MFC: r268745,r268746,r268747,r268748,r268749,r268861,r268750,r268751,r268763
[FreeBSD/stable/10.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:-xterm}
8 export TERM
9 PAGER=more
10 export PAGER