Re: A few stupid(?) questions...
On Mon, 12 Aug 1996 17:10:24 +0200, Dominik Kubla wrote:
>> 1. The Bourne Again SHell seems to require a '.\' before the
> |
>I guess you mean "./", don't you? ---------------+
Oops. :(
>Check your PATH setting: is "." part of the search path?
Yes. Thanks...received replies from Sasha(?) et al on this one.
>.bashrc is only loaded by non-interactive shells. Put the following at
>the top of your .bash_profile:
>
> if [ -r $HOME/.bashrc ]
> then
> source $HOME/.bashrc
> fi
>
>And .bash_aliases is not an autoloaded file too, use the same
>construct as above.
Ah...thanks. That explains a lot. :)
Reply to: