bridge(4): document net.link.bridge.pfil_onlyip
[dragonfly.git] / share / skel / dot.profile
blob9e1ca57ec6e802397d5a24bdfdb12ec8af553b50
1 # $FreeBSD: src/share/skel/dot.profile,v 1.19.2.2 2002/07/13 16:29:10 mp Exp $
3 # .profile - Bourne Shell startup script for login shells
5 # see also sh(1), environ(7).
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/local/sbin:/usr/local/bin:$HOME/bin;  export PATH
11 # BLOCKSIZE=K;  export BLOCKSIZE
12 # A righteous umask
13 # umask 22
15 # Setting TERM is normally done through /etc/ttys.  Do only override
16 # if you're sure that you'll never log in via telnet or xterm or a
17 # serial line.
18 # Use cons25l1 for iso-* fonts
19 # TERM=cons25;  export TERM
21 EDITOR=vi;      export EDITOR
22 PAGER=less;     export PAGER
24 # set ENV to a file invoked each time sh is started for interactive use.
25 ENV=$HOME/.shrc; export ENV
27 [ -x /usr/games/fortune ] && /usr/games/fortune dragonfly-tips