xref: /freebsd/share/skel/dot.profile (revision 0de89efe5c443f213c7ea28773ef2dc6cf3af2ed)
1#	$Id: dot.profile,v 1.14 1997/08/15 23:41:26 ache Exp $
2#
3# .profile - Bourne Shell startup script for login shells
4#
5# see also sh(1), environ(7).
6#
7
8# add /usr/games or /usr/X11R6/bin if you want
9PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin:$HOME/bin; export PATH
10
11# Setting TERM is normally done through /etc/ttys.  Do only override
12# if you're sure that you'll never log in via telnet or xterm or a
13# serial line.
14# Use cons25l1 for iso-* fonts
15# TERM=cons25; 	export TERM
16
17BLOCKSIZE=K;	export BLOCKSIZE
18EDITOR=vi;   	export EDITOR
19PAGER=more;  	export PAGER
20# make mail(1) happy:
21crt=24;		export crt
22
23# set ENV to a file invoked each time sh is started for interactive use.
24ENV=$HOME/.shrc; export ENV
25