From owner-freebsd-current@FreeBSD.ORG Fri Apr 29 09:14:38 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0828216A4CE for ; Fri, 29 Apr 2005 09:14:38 +0000 (GMT) Received: from orb.pobox.com (orb.pobox.com [207.8.226.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEEFA43D2D for ; Fri, 29 Apr 2005 09:14:37 +0000 (GMT) (envelope-from discussion-lists@linnet.org) Received: from orb (localhost [127.0.0.1]) by orb.pobox.com (Postfix) with ESMTP id 69CF880A; Fri, 29 Apr 2005 05:14:34 -0400 (EDT) Received: from thinkdog.local.linnet.org (host217-40-157-153.in-addr.btopenworld.com [217.40.157.153]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by orb.sasl.smtp.pobox.com (Postfix) with ESMTP id 8A4B18B; Fri, 29 Apr 2005 05:14:32 -0400 (EDT) Received: from lists by thinkdog.local.linnet.org with local (Exim 4.43 (FreeBSD)) id 1DRRZa-000O0C-Hf; Fri, 29 Apr 2005 10:14:10 +0100 Date: Fri, 29 Apr 2005 10:14:10 +0100 From: Brian Candler To: Chuck Robey Message-ID: <20050429091410.GB92159@uk.tiscali.com> References: <427196C0.5040506@chuckr.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <427196C0.5040506@chuckr.org> User-Agent: Mutt/1.4.2.1i cc: current Subject: Re: tcsh X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2005 09:14:38 -0000 On Fri, Apr 29, 2005 at 02:06:56AM +0000, Chuck Robey wrote: > The first thing I do, after I've installed a new system (just before I > copy over the ssh data) is to copy my .cshrc to my home dir. What's so > important? I really like the two statements, which I show below, which > give me my prompt: > > set prompt="%m:%{^[[34m%}`id -nu`%{^[[0m%}:%~:%{^[[31m#%h^[[0m%}%#" > alias cd 'cd \!*;set prompt="%m%{^[[32m%}:`id > -nu`%{^[[0m%}:%~:%{^[[31m#%h^[[0m%}%#"' If this is up for grabs, could I add a vote for: set autolist The lack of this setting is the one thing which bugs people familiar with bash; I didn't even realise it was possible to fix it until I dug deep through man pages. Now I always have to add it to .cshrc ! Regards, Brian.