Hello,
The other day I was installing a application from source and afterwards I ran into two problems:
- My Terminal.app now always starts with a different directory than my home dir (it does a "cd" to the program source location).
- My $PATH variable is incorrect, I can add new paths by executing ' export PATH="$PATH:/XXX/XXX" ' but I can't seem to make them permanent (I tried adding a line export line to .profile in my home dir)
How can I solve this? And where are the terminal's configuration files stored?
Thanks in advance.
The other day I was installing a application from source and afterwards I ran into two problems:
- My Terminal.app now always starts with a different directory than my home dir (it does a "cd" to the program source location).
- My $PATH variable is incorrect, I can add new paths by executing ' export PATH="$PATH:/XXX/XXX" ' but I can't seem to make them permanent (I tried adding a line export line to .profile in my home dir)
How can I solve this? And where are the terminal's configuration files stored?
Thanks in advance.