From owner-freebsd-hackers Wed Mar 29 23: 1:26 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id AB2E337B7D7 for ; Wed, 29 Mar 2000 23:01:23 -0800 (PST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id AAA66942; Thu, 30 Mar 2000 00:01:22 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id AAA21734; Thu, 30 Mar 2000 00:00:57 -0700 (MST) Message-Id: <200003300700.AAA21734@harmony.village.org> To: Doug Barton Subject: Re: Proposed new Bourne shell init files Cc: freebsd-hackers@FreeBSD.ORG In-reply-to: Your message of "Wed, 29 Mar 2000 22:45:21 PST." <38E2F801.548AAAF1@gorean.org> References: <38E2F801.548AAAF1@gorean.org> Date: Thu, 30 Mar 2000 00:00:57 -0700 From: Warner Losh Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <38E2F801.548AAAF1@gorean.org> Doug Barton writes: : --- /usr/src/share/skel/dot.cshrc Sat Mar 25 15:23:36 2000 : +++ /usr/src/etc/root/dot.cshrc Sat Mar 25 15:23:43 2000 : @@ -1,4 +1,4 @@ ... : if ($?prompt) then : # An interactive shell -- set some stuff up : + set prompt = "`hostname -s`# " : set filec : set history = 100 : set savehist = 100 Ahem. This should be `hostname -s %` unless this is only for root. I thought that this was for everybody. Only root should have a # prompt. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message