sdhci - Implement ADMA2 transfer support. Keep SDMA support for now.
[dragonfly.git] / share / skel / dot.profile
blob6e1c04820f425d7fa0ad130cb6b96d3b99b2188d
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 # remove /usr/games if you want
9 PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/pkg/sbin:/usr/pkg/bin:$HOME/bin; export PATH
11 # Setting TERM is normally done through /etc/ttys.  Do only override
12 # if you're sure that you'll never log in via telnet or xterm or a
13 # serial line.
14 # Use cons25l1 for iso-* fonts
15 # TERM=cons25;  export TERM
17 BLOCKSIZE=K;    export BLOCKSIZE
18 EDITOR=vi;      export EDITOR
19 PAGER=less;     export PAGER
21 # set ENV to a file invoked each time sh is started for interactive use.
22 ENV=$HOME/.shrc; export ENV
24 [ -x /usr/games/fortune ] && /usr/games/fortune dragonfly-tips