Click to See Complete Forum and Search --> : export=PATH question.


elam
03-13-2001, 05:56 PM
You use export to make commands, correct?
I use this to execute Blender and Mozilla, using PATH=$PATH:/diectory/directory...etc

It works great as long as I am logged in. When I log out and then back in, bash no longer recognizes my commands, and I have to do it all over again.
Is there a config file I have to edit or something?
Thanks
elam

TheGimp
03-13-2001, 06:02 PM
for a global path:
/etc/profile

for your account only:
~/.profile

~ is your home directory

elam
03-13-2001, 06:05 PM
Faster than a speeding bullet!
Thanks,man!
elam