From owner-freebsd-questions@FreeBSD.ORG Wed Oct 29 04:24:56 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 531ED16A4CE for ; Wed, 29 Oct 2003 04:24:56 -0800 (PST) Received: from magidesign.com (w178.z064001046.atl-ga.dsl.cnc.net [64.1.46.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FEEB43FBF for ; Wed, 29 Oct 2003 04:24:55 -0800 (PST) (envelope-from payne@magidesign.com) Received: from magidesign.com (terror.magidesign.com [64.1.46.180]) h9TCBCGL009576; Wed, 29 Oct 2003 07:11:13 -0500 Message-ID: <3F9FB24C.1050206@magidesign.com> Date: Wed, 29 Oct 2003 07:27:56 -0500 From: Payne User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031013 Thunderbird/0.3 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Pascal Giannakakis References: <23741.1067423729@www29.gmx.net> In-Reply-To: <23741.1067423729@www29.gmx.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Changing colors in shells 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: Wed, 29 Oct 2003 12:24:56 -0000 Pascal Giannakakis wrote: >Lo folks, > >i would like to change the colors of the shell to FG=green BG=black. I do >_not_ ask how to change the promt, i rather want to change the default FG BG >colors, so that with whatever program (be it Konsole, putty, ssh.org, ...) i >log in via SSH it uses this colors. I am aware of the fact that i can set up >these colors in the clients itself, however this is not what i want. > >Where do i set them up? Thank you! > > > I may be wrong because it been a while for me to make changes, but you need to edit your .profile for the system . Here you can set it up. You can even set it up where fortune, mot, or any other programs you want to start when a user log in. .profile more or less control shell, you can also set path up her at well. You will need to set an ansi color. Do a search on google for .profile you might find examples. Payne