View Single Post
Posts: 336 | Thanked: 610 times | Joined on Apr 2008 @ France
#2
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.