Not sure what I'm missing... I login as normal user, then su - to root...
I've created /root/.bashrc, and added the following:
export PATH="${PATH}:/path/I/want/to/add"
If I logout, then su - back into root, shouldn't I see the new path?
Manually exporting it during the session works, so obviously I'm missing
something...

