From owner-freebsd-questions@FreeBSD.ORG Mon Dec 20 11:34:40 2004 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 18E5716A4CE for ; Mon, 20 Dec 2004 11:34:40 +0000 (GMT) Received: from sferics.mongueurs.net (sferics.mongueurs.net [81.80.147.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id D060A43D46 for ; Mon, 20 Dec 2004 11:34:39 +0000 (GMT) (envelope-from david@landgren.net) Received: from [127.0.0.1] (exo.bpinet.com [81.80.147.206]) by sferics.mongueurs.net (Postfix) with ESMTP id 23E53A934 for ; Mon, 20 Dec 2004 12:34:39 +0100 (CET) Message-ID: <41C6B8CE.50006@landgren.net> Date: Mon, 20 Dec 2004 12:34:38 +0100 From: David Landgren Organization: The Lusty Decadent Delights of Imperial Pompeii User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.org References: <001601c4e63c$f77fca70$0200a8c0@PANASONIULSWMR> In-Reply-To: <001601c4e63c$f77fca70$0200a8c0@PANASONIULSWMR> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Change "Bash-3.00#" Prompt??? 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: Mon, 20 Dec 2004 11:34:40 -0000 Adam wrote: > I installed bash shell and now my prompt says "bash-3.00#" > > How do I change the text before the #? I'd like it to say bash# instead of bash-3.00#. Edit .bashrc or .bash_profile. Run 'man bash' and look at the FILES section. David