make zero prefix or suffix tell patch not to produce backups at all
[dragonfly.git] / share / skel / dot.profile
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.3 2006/01/10 01:56:04 corecode Exp $
3 #
4 # .profile - Bourne Shell startup script for login shells
5 #
6 # see also sh(1), environ(7).
7 #
8
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
11
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
17
18 BLOCKSIZE=K;    export BLOCKSIZE
19 EDITOR=vi;      export EDITOR
20 PAGER=more;     export PAGER
21
22 # set ENV to a file invoked each time sh is started for interactive use.
23 ENV=$HOME/.shrc; export ENV
24
25 [ -x /usr/games/fortune ] && /usr/games/fortune freebsd-tips