I might have misunderstood something here, but my bash{profile,rc} files don't work as I expect.
In my .bash_profile, I have this: PATH="~/bin:${PATH}" export PATH This works as expected after I have logged in, I do have ~/bin in my path. However, when I start X, my ~/bin is gone from the path. I thought it'd stay there as long as I'm logged in. So, if this isn't the case, where should I best put this so that it stays for the whole time? TIA Jesper