Hi

>  When an interactive shell that is not a login shell is started, bash
reads
> and executes commands from ~/.bashrc, if that file exists. This may be
> inhibited by using the --norc option. The --rcfile file option will force
> bash to read and execute commands from file instead of ~/.bashrc.

[...]

> My .bash_profile has just this single line:
> [ -f ~/.bashrc ] && . ~/.bashrc
> which says "if a file ~/.bashrc exists then read it".

OMG, I should read more man's :) I never understood the difference between
.bash_profile and .bashrc
Thank you very much for pointing that out, and with that enlighting me a
litte bit more ;)

Greets, Dennis



--
[EMAIL PROTECTED] mailing list

Reply via email to