dot.profile revision 190477
150476Speter# $FreeBSD: head/share/skel/dot.profile 190477 2009-03-27 21:13:14Z ru $
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.
1422855Sjoerg# Use cons25l1 for iso-* fonts
1523532Swosch# TERM=cons25; 	export TERM
1618450Swosch
1718450SwoschBLOCKSIZE=K;	export BLOCKSIZE
1818450SwoschEDITOR=vi;   	export EDITOR
1918450SwoschPAGER=more;  	export PAGER
2018450Swosch
2127865Swosch# set ENV to a file invoked each time sh is started for interactive use.
2227865SwoschENV=$HOME/.shrc; export ENV
2378771Snik
24190477Sruif [ -x /usr/games/fortune ] ; then /usr/games/fortune freebsd-tips ; fi
25