If u want something to run everytime u start terminal (and not at system startup) do the following:
Create a ".profile" file in ur HOME directory. ".profile" must consist of the commands that u want to run at terminal start up.
###################################################
That's it. Everytime, u start a terminal, the commands in ".profile" will run
Try it out.