]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - bin/sh/dot.profile
Make sh(1) support \u in PS1. This removes one fork/exec on interactive
[FreeBSD/FreeBSD.git] / bin / sh / dot.profile
1 # $FreeBSD$
2 #
3 PATH=/sbin:/bin:/usr/sbin:/usr/bin:/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=less
10 export PAGER
11
12 # Query terminal size; useful for serial lines.
13 if [ -x /usr/bin/resizewin ] ; then /usr/bin/resizewin -z ; fi
14
15 # Uncomment to display a random cookie on each login.
16 # if [ -x /usr/bin/fortune ] ; then /usr/bin/fortune -s ; fi