Thread
:
Setting environment variables?
View Single Post
CrashandDie
2010-02-09 , 04:40
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.
Quote & Reply
|
CrashandDie
View Public Profile
Send a private message to CrashandDie
Find all posts by CrashandDie