]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - tools/tools/nanobsd/gateworks/Files/root/.profile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / tools / tools / nanobsd / gateworks / Files / root / .profile
1 # $FreeBSD: src/etc/root/dot.profile,v 1.21 2007/05/29 06:33:10 dougb Exp $
2 #
3 PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:~/bin
4 export PATH
5 HOME=/root; export HOME
6 TERM=${TERM:-xterm}; export TERM
7 PAGER=more; export PAGER
8
9 #set -o vi
10 set -o emacs
11 if [ `id -u` = 0 ]; then
12     PS1="`hostname -s`# "
13 else
14     PS1="`hostname -s`% "
15 fi