1 # $FreeBSD: src/share/skel/dot.profile,v 1.19.2.2 2002/07/13 16:29:10 mp Exp $
2 # $DragonFly: src/share/skel/dot.profile,v 1.5 2007/03/25 11:35:11 swildner Exp $
4 # .profile - Bourne Shell startup script for login shells
6 # see also sh(1), environ(7).
9 # remove /usr/games and /usr/pkg/xorg/bin if you want
10 PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/pkg/sbin:/usr/pkg/bin:/usr/pkg/xorg/bin:/usr/local/sbin:/usr/local/bin:$HOME/bin; export PATH
12 # Setting TERM is normally done through /etc/ttys. Do only override
13 # if you're sure that you'll never log in via telnet or xterm or a
15 # Use cons25l1 for iso-* fonts
16 # TERM=cons25; export TERM
18 BLOCKSIZE=K; export BLOCKSIZE
19 EDITOR=vi; export EDITOR
20 PAGER=more; export PAGER
22 # set ENV to a file invoked each time sh is started for interactive use.
23 ENV=$HOME/.shrc; export ENV
25 [ -x /usr/games/fortune ] && /usr/games/fortune dragonfly-tips