bash_profile question
Kenton Brede
kbrede at nixnotes.org
Mon Apr 4 22:18:55 UTC 2005
On Mon, Apr 04, 2005 at 05:13:40PM -0500, Kenton Brede (kbrede at nixnotes.org) wrote:
> On Mon, Apr 04, 2005 at 04:40:51PM -0400, Paul Pianta (ppianta at videotron.ca) wrote:
> > Hi
> >
> > My default ~/.bash_profile has the following in it ...
> >
> > # set PATH so it includes user's private bin if it exists
> > if [ -d ~/bin ] ; then
> > PATH=~/bin:"${PATH}"
> > fi
> >
>
> After you are done uncommenting the lines above in .bash_profile, source
> the file at the command line like so -
>
> $ . .bash_profile
> or
> $ source .bash_profile
>
Oh, sorry, and next time you log in, it will be sourced automatically.
Kent
--
"Our lives begin to end the day we become silent about things that matter."
- Martin Luther King Jr.
More information about the ubuntu-users
mailing list