.bashrc not working

Kevin L. Kane kevin.kane at gmail.com
Wed Feb 22 06:13:29 PST 2006


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 at xxxxxxxxxxxxxx <elekktretterr at 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
>
>






More information about the Users mailing list