I added to the path in ~/.profile and the path will be updated if I
source ~/.profile
but on system restart, ~/.profile is not loaded. How can I make it automatic so I don't have to source it? Is ~/.profile the right place to add to the path for something like grails bin?
~/.profile. – Jonathan Leffler Dec 16 '12 at 21:44~/.profileis not being read. Do you mean that it is not read by the shell in your terminal window? Or something else? Have you configured your terminal window to run a login shell? – Jonathan Leffler Dec 16 '12 at 22:09