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>


_______________________________________________
Bug-bash mailing list
Bug-bash@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-bash

Reply via email to