Deleted Added
full compact
dot.profile (50476) dot.profile (78771)
1# $FreeBSD: head/share/skel/dot.profile 50476 1999-08-28 00:22:10Z peter $
1# $FreeBSD: head/share/skel/dot.profile 78771 2001-06-25 20:40:02Z nik $
2#
3# .profile - Bourne Shell startup script for login shells
4#
5# see also sh(1), environ(7).
6#
7
8# remove /usr/games and /usr/X11R6/bin if you want
9PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/bin:/usr/X11R6/bin:$HOME/bin; export PATH

--- 5 unchanged lines hidden (view full) ---

15# TERM=cons25; export TERM
16
17BLOCKSIZE=K; export BLOCKSIZE
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
2#
3# .profile - Bourne Shell startup script for login shells
4#
5# see also sh(1), environ(7).
6#
7
8# remove /usr/games and /usr/X11R6/bin if you want
9PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/bin:/usr/X11R6/bin:$HOME/bin; export PATH

--- 5 unchanged lines hidden (view full) ---

15# TERM=cons25; export TERM
16
17BLOCKSIZE=K; export BLOCKSIZE
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
24[ -x /usr/games/fortune ] && /usr/games/fortune freebsd-tips