From owner-freebsd-questions Wed Oct 3 7:22:20 2001 Delivered-To: freebsd-questions@freebsd.org Received: from heinz.jollem.com (c104187.upc-c.chello.nl [212.187.104.187]) by hub.freebsd.org (Postfix) with ESMTP id 4DFAB37B405 for ; Wed, 3 Oct 2001 07:22:16 -0700 (PDT) Received: (from ernst@localhost) by heinz.jollem.com (8.11.3/8.11.4) id f93EKiT08925; Wed, 3 Oct 2001 16:20:44 +0200 (CEST) (envelope-from ernst) Date: Wed, 3 Oct 2001 16:20:44 +0200 From: Ernst de Haan To: Ceri Cc: Ernst de Haan , questions@FreeBSD.ORG Subject: Re: Automatically setting TERM=xterm-color in Konsole ? Message-ID: <20011003162044.C8738@c104187.upc-c.chello.nl> References: <200110011019.f91AJT902737@zaphod.euronet.nl> <20011003145128.A10594@cartman.private.techsupport.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011003145128.A10594@cartman.private.techsupport.co.uk>; from ceri@techsupport.co.uk on Wed, Oct 03, 2001 at 02:51:28PM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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