dot.profile revision 199243
150476Speter# $FreeBSD: head/share/skel/dot.profile 199243 2009-11-13 05:54:55Z ed $
212554Sjkh#
318450Swosch# .profile - Bourne Shell startup script for login shells
418450Swosch#
518450Swosch# see also sh(1), environ(7).
618450Swosch#
715734Swosch
8170119Sdougb# remove /usr/games if you want
9170119SdougbPATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:$HOME/bin; export PATH
1015750Swosch
1122855Sjoerg# Setting TERM is normally done through /etc/ttys.  Do only override
1222855Sjoerg# if you're sure that you'll never log in via telnet or xterm or a
1322855Sjoerg# serial line.
14199243Sed# TERM=xterm; 	export TERM
1518450Swosch
1618450SwoschBLOCKSIZE=K;	export BLOCKSIZE
1718450SwoschEDITOR=vi;   	export EDITOR
1818450SwoschPAGER=more;  	export PAGER
1918450Swosch
2027865Swosch# set ENV to a file invoked each time sh is started for interactive use.
2127865SwoschENV=$HOME/.shrc; export ENV
2278771Snik
23190477Sruif [ -x /usr/games/fortune ] ; then /usr/games/fortune freebsd-tips ; fi
24