DragonFly users List (threaded) for 2006-02
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: .bashrc not working
maybe you want to have a .bash_profile that says source .bashrc if there?
something like this?
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
On 2/22/06, elekktretterr@xxxxxxxxxxxxxx <elekktretterr@xxxxxxxxxxxxxx> wrote:
> Hi there,
> for some reason it appears that .bashrc is not being read after a login.
> It contains this line:
>
> export PATH=$PATH:/usr/pkg/bin:/usr/pkg/sbin
>
> if i run this directly on the command line it works.
>
> Any ideas whats wrong? Im running 1.4.
>
> Petr
>
>
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]