Deleted Added
full compact
dot.profile (199243) dot.profile (264465)
1# $FreeBSD: head/share/skel/dot.profile 199243 2009-11-13 05:54:55Z ed $
1# $FreeBSD: head/share/skel/dot.profile 264465 2014-04-14 18:07:00Z bdrewery $
2#
3# .profile - Bourne Shell startup script for login shells
4#
5# see also sh(1), environ(7).
6#
7
2#
3# .profile - Bourne Shell startup script for login shells
4#
5# see also sh(1), environ(7).
6#
7
8# remove /usr/games if you want
9PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:$HOME/bin; export PATH
8# These are normally set through /etc/login.conf. You may override them here
9# if wanted.
10# PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:$HOME/bin; export PATH
11# BLOCKSIZE=K; export BLOCKSIZE
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# TERM=xterm; export TERM
15
12
13# Setting TERM is normally done through /etc/ttys. Do only override
14# if you're sure that you'll never log in via telnet or xterm or a
15# serial line.
16# TERM=xterm; export TERM
17
16BLOCKSIZE=K; export BLOCKSIZE
17EDITOR=vi; export EDITOR
18PAGER=more; export PAGER
19
20# set ENV to a file invoked each time sh is started for interactive use.
21ENV=$HOME/.shrc; export ENV
22
23if [ -x /usr/games/fortune ] ; then /usr/games/fortune freebsd-tips ; fi
18EDITOR=vi; export EDITOR
19PAGER=more; export PAGER
20
21# set ENV to a file invoked each time sh is started for interactive use.
22ENV=$HOME/.shrc; export ENV
23
24if [ -x /usr/games/fortune ] ; then /usr/games/fortune freebsd-tips ; fi