Op Fri, 28 Jan 2005 02:09:39 -0500 schreef Miark: >> In a bash-script it would look like this: >> >> >> TERM=vt100 >> MicroEMACS # Insert proper command if this is wrong. >> > >Ah, that's good. But there are other things that need it too, >such as less and god knows what else. Is there a way to export >the variable permanently?
Yup. If you need it for your user-id only, add this to your ~/.bash_profile: TERM=vt100 export $TERM Logout, login and it is in your environment. If you need it for everyone on your machine, add the lines to /etc/profile. Good luck! Paul -- My wife's other car is a broom. http://www.nlpagan.net/linux.php Have you visited http://twiki.mdklinuxfaq.org yet?
____________________________________________________ Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com Join the Club : http://www.mandrakeclub.com ____________________________________________________
