Date: Thu, 30 Mar 2000 00:00:57 -0700 From: Warner Losh <imp@village.org> To: Doug Barton <Doug@gorean.org> Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: Proposed new Bourne shell init files Message-ID: <200003300700.AAA21734@harmony.village.org> In-Reply-To: Your message of "Wed, 29 Mar 2000 22:45:21 PST." <38E2F801.548AAAF1@gorean.org> References: <38E2F801.548AAAF1@gorean.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200003300700.AAA21734>