1170754Sdelphij# $FreeBSD: releng/10.3/share/skel/dot.profile 266029 2014-05-14 15:23:06Z bdrewery $
2170754Sdelphij#
3170754Sdelphij# .profile - Bourne Shell startup script for login shells
4170754Sdelphij#
5170754Sdelphij# see also sh(1), environ(7).
6170754Sdelphij#
7170754Sdelphij
8170754Sdelphij# These are normally set through /etc/login.conf.  You may override them here
9170754Sdelphij# if wanted.
10170754Sdelphij# PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:$HOME/bin; export PATH
11170754Sdelphij# BLOCKSIZE=K;	export BLOCKSIZE
12170754Sdelphij
13170754Sdelphij# Setting TERM is normally done through /etc/ttys.  Do only override
14170754Sdelphij# if you're sure that you'll never log in via telnet or xterm or a
15170754Sdelphij# serial line.
16170754Sdelphij# TERM=xterm; 	export TERM
17170754Sdelphij
18170754SdelphijEDITOR=vi;   	export EDITOR
19170754SdelphijPAGER=more;  	export PAGER
20170754Sdelphij
21170754Sdelphij# set ENV to a file invoked each time sh is started for interactive use.
22170754SdelphijENV=$HOME/.shrc; export ENV
23170754Sdelphij
24170754Sdelphijif [ -x /usr/games/fortune ] ; then /usr/games/fortune freebsd-tips ; fi
25170754Sdelphij