Date: Fri, 29 Apr 2005 10:14:10 +0100 From: Brian Candler <B.Candler@pobox.com> To: Chuck Robey <chuckr@chuckr.org> Cc: current <FreeBSD-current@FreeBSD.org> Subject: Re: tcsh Message-ID: <20050429091410.GB92159@uk.tiscali.com> In-Reply-To: <427196C0.5040506@chuckr.org> References: <427196C0.5040506@chuckr.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050429091410.GB92159>