View Single Post
Posts: 46 | Thanked: 5 times | Joined on Sep 2009
#3
Originally Posted by CrashandDie View Post
If my memory serves me well, you should be able to create a .profile file in your home directory (~/.profile) and add your exports there.

For example:

Code:
echo "export FOO=bar" >> ~/.profile
Or alternatively, edit /etc/profile, however that might be dangerous as that file is used for nearly all -- if not all -- the terminal sessions that run on the device.
No unfortunately I had tried both and neither work :s