[sane-devel] Sane is definately not Scanner Access Now Easy

paul beard paulbeard@mac.com
Wed, 20 Feb 2002 09:14:49 -0800


This is a multi-part message in MIME format.
--------------020104010809040506090607
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

you can create your own .bashrc and .profile to accomodate things 
like paths, etc.

find a sample attached: see www.dotfiles.com for more examples.


Art Fore wrote:

> There is no /etc/bashrc, there is a /etc/.bashrc but it has nothing in it
> about paths.


--------------020104010809040506090607
Content-Type: text/plain;
 name=".profile"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename=".profile"

# /etc/profile for bash startup (also see ~/.bashrc and ~/.bash_profile)
HSTSIZE=150
PS1="\s\v \u@\h \w % "
umask 022
#alias ls='/bin/ls2 --color -a'
unset LC_ALL
export LC_TYPE=en_US.ISO8859-1
CFLAGS="-traditional-cpp"
PATH=/usr/home/paul/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/pkg/bin:/usr/pkg/sbin:/usr/games:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/sbin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/X11R6/bin:.
MANPATH=/usr/share/man:/usr/bin/man:/usr/local/man:/usr/local/share/man:/usr/X11/man:/usr/man:/usr/pkg/man
export PATH MANPATH
. ~/.bashrc

--------------020104010809040506090607--