kern_recvmsg() may not return a valid(non-NULL) pointer to `sa'
[dragonfly.git] / share / skel / dot.profile
blob681a86b7038e466d78491a0d47e6628a3506cb02
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.4 2006/06/26 00:13:37 geekgod Exp $
4 # .profile - Bourne Shell startup script for login shells
6 # see also sh(1), environ(7).
9 # remove /usr/games and /usr/X11R6/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
14 # serial line.
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