Possible Duplicate:
How do I set a user environment variable? (permanently, not session)
How can I permanently modify the PATH variable in Ubuntu? Is it possible to do it without modifying any files?
I currently use export PATH=${PATH}:/usr/local/cuda/bin
but each time I open a new terminal I have to type it again.