Deleted Added
full compact
dot.profile (21673) dot.profile (22855)
1# $FreeBSD: head/share/skel/dot.profile 21673 1997-01-14 07:20:47Z jkh $
1# $FreeBSD: head/share/skel/dot.profile 22855 1997-02-17 18:56:29Z joerg $
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
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# use cons25l1 for iso-* fonts
12TERM=cons25; export TERM
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
13
14BLOCKSIZE=K; export BLOCKSIZE
15EDITOR=vi; export EDITOR
16PAGER=more; export PAGER
17
18# file permissions: rwxr-xr-x
19#
20# umask 022

--- 29 unchanged lines hidden ---
16
17BLOCKSIZE=K; export BLOCKSIZE
18EDITOR=vi; export EDITOR
19PAGER=more; export PAGER
20
21# file permissions: rwxr-xr-x
22#
23# umask 022

--- 29 unchanged lines hidden ---