From owner-freebsd-questions@FreeBSD.ORG Fri Sep 8 03:45:22 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 8801016A4DE for ; Fri, 8 Sep 2006 03:45:22 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19F9543D4C for ; Fri, 8 Sep 2006 03:45:22 +0000 (GMT) (envelope-from illoai@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so551721pye for ; Thu, 07 Sep 2006 20:45:21 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ecVUYKkMmRtDS2BQRd7nbpy+BWTVFmDq3b5whawXByEXRAps3aM7uka5z86RNrcaCHXThQxCH/lml1zGvW6RDPRyoolUHYrGfjlMfDryAZQI2zYmidhkDV246NyIjCFywsVxoPiD9o7Fifsf9zda/I92zi4vHLEEx19GYnppVUM= Received: by 10.65.38.7 with SMTP id q7mr1317777qbj; Thu, 07 Sep 2006 20:45:21 -0700 (PDT) Received: by 10.64.84.5 with HTTP; Thu, 7 Sep 2006 20:45:20 -0700 (PDT) Message-ID: Date: Thu, 7 Sep 2006 22:45:20 -0500 From: "illoai@gmail.com" To: "Joshua Lewis" In-Reply-To: <1157680784.3025.7.camel@freebsd.ffnz.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1157680784.3025.7.camel@freebsd.ffnz.net> Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD Shells X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Sep 2006 03:45:22 -0000 On 9/7/06, Joshua Lewis wrote: > My shell mysteriously changed. I don't know what port changed the shell > but how do I put it back to normal. I liked how when I was logged in or > su'ed to root I had a prompt with the computer name and a hash sign. Now > I have a percent sign and when I try to change the shell with chsh I can > not get it to work anymore. > > I am doing chsh -s /bin/sh is that correct? Is that the default BSD > shell? Percent sign would mean that you are still using csh, which is actually tcsh, if I am not mistaken. You can set your prompt with set prompt = '%m%# ' I do not know about the su situation. -- --