From owner-freebsd-questions Thu Dec 9 4:36:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 2FE7B15609 for ; Thu, 9 Dec 1999 04:36:21 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.11 #1) id 11w2kc-000Fbc-00; Thu, 09 Dec 1999 14:32:50 +0200 From: Sheldon Hearn To: Usov Alexander Cc: freebsd-questions@FreeBSD.ORG Subject: Re: xterm-color ? In-reply-to: Your message of "Thu, 09 Dec 1999 14:21:33 +0200." <384F9ECD.AEC4BD54@hq.ups.kiev.ua> Date: Thu, 09 Dec 1999 14:32:50 +0200 Message-ID: <59991.944742770@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 09 Dec 1999 14:21:33 +0200, Usov Alexander wrote: > Does anybody know how to make X start with TERM=xterm-color? It's bad practice to try to do this for system-wide X preferences. Rather do it in your own .xinitrc or .xsession as appropriate. For example, you might put this in your .xinitrc: TERM=xterm-color; export TERM Obviously, you'd then want to take care to not mess with the value of TERM in your .profile. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message