bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bash_profile ?


From: Chris F.A. Johnson
Subject: Re: bash_profile ?
Date: Fri, 16 Sep 2005 16:49:17 -0400 (EDT)

On Fri, 16 Sep 2005, Richard Nagle wrote:

Are there any good bash_profile links,
of showing how to create a good simple bash_profile,
that would also include $PATH.


    My .bash_profile is:

if [ -f $HOME/.bashrc ]; then
  source $HOME/.bashrc
fi

    My .bashrc is long, and very personal, as yours should be.

    If there are specific things you want to do, the best place to ask
    is in the comp.unix.shell newsgroup.


--
    Chris F.A. Johnson                     <http://cfaj.freeshell.org>
    ==================================================================
    Shell Scripting Recipes: A Problem-Solution Approach, 2005, Apress
    <http://www.torfree.net/~chris/books/cfaj/ssr.html>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]