I would like to edit my .bash_profile
file. However it appears that in Ubuntu (and perhaps other Debian distros) this is named as .profile
.
However I cannot seem to find the expected variables like $PATH, $PS etc. in the .profile file
. The .bashrc
file doesn't seem to do any good either.
I am wondering how I can possibly modify my environment variables in this case.
/etc/profile
? It is sourced first... – Jul 02 '13 at 06:07profile.d
directory but it doesn't seem to have anything useful. – DBS Jul 02 '13 at 06:19