Date: Wed, 3 Oct 2001 16:20:44 +0200 From: Ernst de Haan <ernst@jollem.com> To: Ceri <ceri@techsupport.co.uk> Cc: Ernst de Haan <ernsth@nl.euro.net>, questions@FreeBSD.ORG Subject: Re: Automatically setting TERM=xterm-color in Konsole ? Message-ID: <20011003162044.C8738@c104187.upc-c.chello.nl> In-Reply-To: <20011003145128.A10594@cartman.private.techsupport.co.uk>; from ceri@techsupport.co.uk on Wed, Oct 03, 2001 at 02:51:28PM %2B0100 References: <200110011019.f91AJT902737@zaphod.euronet.nl> <20011003145128.A10594@cartman.private.techsupport.co.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
Thanks, Ceri! That works. It's a dirty hack, but it works :-) /Ernst Ceri wrote: > On Mon, Oct 01, 2001 at 12:19:29PM +0200, Ernst de Haan said: > > > How do I automatically set TERM in Konsole? For each terminal I start in > > Konsole, I have to enter "export TERM=xterm-color" in order to get colorized > > output... > > Add this to your .bashrc (or equivalent for your shell) : > > if [ "$TERM" == "xterm" ]; then > export TERM=xterm-color > fi > > Ceri > > -- > Aren't we supposed to hate Darth Maul? > Then why doesn't he do anything more evil than defeat one of his > opponents in a 2-on-1 fight? > --Jon Hall, rec.arts.tv.mst3k.misc > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- Ernst de Haan Euronet Internet B.V. "Come to me all who are weary and burdened and I will give you rest" -- Jesus Christ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011003162044.C8738>