On Thu, 27 Jan 2005 21:42:29 +0100, Paul wrote:

> Op Thu, 27 Jan 2005 15:00:09 -0500 schreef Miark:
> 
> >How do I make this change permanent without affecting
> >other working term emulators which I still use regularly?
> 
> Through a script?

Got anything more specific? :-) My Perl is better than my bash,
so I tried to get the following Perl one-liner on every shell:

  $ENV{TERM} = "xterm" if `echo \$TERM` =~ m/dumb/i;

which works, but only as long as the script--a split second, and
then Powershell continues to run without TERM.

What's the proper way to do this with bash? (Although I am also
curious as to how to make this work in Perl, too.)

Miark

____________________________________________________
Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com
____________________________________________________

Reply via email to