From owner-freebsd-questions Wed Oct 3 6:51:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cartman.private.techsupport.co.uk (cabletel1.cableol.net [194.168.3.4]) by hub.freebsd.org (Postfix) with ESMTP id E276A37B405 for ; Wed, 3 Oct 2001 06:51:46 -0700 (PDT) Received: from ceri by cartman.private.techsupport.co.uk with local (Exim 3.31 #1) id 15omQq-0002uK-00; Wed, 03 Oct 2001 14:51:28 +0100 Date: Wed, 3 Oct 2001 14:51:28 +0100 From: Ceri To: Ernst de Haan Cc: questions@freebsd.org Subject: Re: Automatically setting TERM=xterm-color in Konsole ? Message-ID: <20011003145128.A10594@cartman.private.techsupport.co.uk> References: <200110011019.f91AJT902737@zaphod.euronet.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200110011019.f91AJT902737@zaphod.euronet.nl>; from ernsth@nl.euro.net on Mon, Oct 01, 2001 at 12:19:29PM +0200 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 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