Possible Duplicate:
How do I set a user environment variable? (permanently, not session)
So each time I log on I want to execute a command like export PATH=~/gcc-4.5.0-g/bin:$PATH
. I have no sudo rights. So how to make a .sh execute each time I log in?
.profile
– Marco Oct 07 '12 at 16:08