Possible Duplicate:
How do I set a user environment variable? (permanently, not session)
to change the amount of PATH variable , I use : export PATH=...
but when I close the terminal, the amount of PATH becomes what it was at the first.
I want to save the changes , so that the amount will be what I want after closing the terminal or logging out.
how can I do this work?
I use Fedora 17, kernel : 3.4.3
(sorry for my weak english)