On Mon, 9 Apr 2001, Aaron Brashears wrote:
> Be sure to copy anything important out of .bash_profile into
> .bashrc. Of course, if you just append the contents, it will save some
> time.
Uh. This is NOT a good idea. .bashrc is run whenever a child shell
is launched. IE every time a command you issue happens to be a shell script.
.bashrc should be kept to the bare minimum, because the child is going to
inherit most, if not all of its settings from the parent shell process
anyway.
>
> $ cat .bash_profile >> .bashrc
> $ rm .bash_profile
> $ ln -s .bashrc .bash_profile
No, no no. Don't DO this! Now you're running everything multiple times!
--
Joi Ellis Software Engineer
Aravox Technologies [EMAIL PROTECTED], [EMAIL PROTECTED]
No matter what we think of Linux versus FreeBSD, etc., the one thing I
really like about Linux is that it has Microsoft worried. Anything
that kicks a monopoly in the pants has got to be good for something.
- Chris Johnson
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]