DragonFly BSD
DragonFly users List (threaded) for 2006-02
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: .bashrc not working


From: "Kevin L. Kane" <kevin.kane@xxxxxxxxx>
Date: Wed, 22 Feb 2006 09:09:08 -0500

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]