[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: stuff in ~/bin won't run



On Wed, Jan 14, 2009 at 8:33 AM, JoeHill <joehill@teksavvy.com> wrote:
> The funny thing is, I already have this in my .bash_profile:
>
>  # set PATH so it includes user's private bin if it exists
> if [ -d ~/bin ] ; then
>    PATH=~/bin:"${PATH}"
> fi

I don't think .bash_profile gets sourced when you log in via an
XDM/GDM type session. (After all, when would it, since you don't
really have a login shell.)

Personally, I have it in my .bashrc, though that has it's own set of drawbacks.

If you do some searches about debian and sourcing login shells and
gdm, you'll find more than enough reading material to keep you busy
for hours.

mrc


Reply to: