]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - etc/root/dot.profile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[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