From owner-freebsd-questions@FreeBSD.ORG Sat Sep 13 15:43:26 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D69EF16A4BF for ; Sat, 13 Sep 2003 15:43:26 -0700 (PDT) Received: from lakemtao03.cox.net (lakemtao03.cox.net [68.1.17.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4A7C43F93 for ; Sat, 13 Sep 2003 15:43:25 -0700 (PDT) (envelope-from rjhjr@cox.net) Received: from kongemord.krig.net ([68.100.111.121]) by lakemtao03.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with SMTP id <20030913224326.KWED9576.lakemtao03.cox.net@kongemord.krig.net> for ; Sat, 13 Sep 2003 18:43:26 -0400 Received: by kongemord.krig.net (sSMTP sendmail emulation); Sat, 13 Sep 2003 18:43:24 -0400 From: "Bob Hall" Date: Sat, 13 Sep 2003 18:43:24 -0400 To: freebsd-questions@freebsd.org Message-ID: <20030913224323.GB84630@kongemord.krig.net> Mail-Followup-To: freebsd-questions@freebsd.org References: <200309131822.29836.tbstep@tampabay.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200309131822.29836.tbstep@tampabay.rr.com> User-Agent: Mutt/1.4.1i Subject: Re: Xterm-color X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Sep 2003 22:43:27 -0000 On Sat, Sep 13, 2003 at 06:22:29PM -0400, Todd Stephens wrote: > Probably a no-brainer, but how can I make my xterm start as xterm-color? > If I want color ls, I have to type TERM=xterm-color from the command > line every time I start a new terminal window. What file do I need to > edit to make X start with xterm-color? ~/.Xdefaults --------------- xterm*background: green xterm*foreground: yellow xterm*highlightColor: purple I don't necessarily endorse those color choices. Bob Hall