From owner-freebsd-current@FreeBSD.ORG Fri Feb 10 08:51:08 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 54DEC106566B for ; Fri, 10 Feb 2012 08:51:08 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id D55E18FC13 for ; Fri, 10 Feb 2012 08:51:07 +0000 (UTC) Received: by werm13 with SMTP id m13so2695465wer.13 for ; Fri, 10 Feb 2012 00:51:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=nNSpstip6wMg8YqkOqD7kC22/eyg4usbQ8a+HKV09m0=; b=Vi03/Y+GWE3R/TT/RhOObAHd1YAtw6+BIfTv3mv4zULAXguKc/ZQ/lZu8O2UPXPuN1 uni4qlvfVVHdTJtd3KTBlZxPwyrrHuWmgKkYrsuaP7/B3sbzYzz7l0xyUrQYzyOVnRms cCiE5voADKNF+uSFtOtUJ+fcXw3TSLcb6X/DY= MIME-Version: 1.0 Received: by 10.180.24.166 with SMTP id v6mr1560693wif.10.1328861282468; Fri, 10 Feb 2012 00:08:02 -0800 (PST) Received: by 10.223.62.70 with HTTP; Fri, 10 Feb 2012 00:08:02 -0800 (PST) In-Reply-To: References: Date: Fri, 10 Feb 2012 02:08:02 -0600 Message-ID: From: Adam Vande More To: Eitan Adler Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Chris Rees , freebsd-current Current , "Wojciech A. Koszek" , Colin Percival Subject: Re: Enhancing the user experience with tcsh X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 10 Feb 2012 08:51:08 -0000 On Thu, Feb 9, 2012 at 6:52 PM, Eitan Adler wrote: > In conf/160689 (http://www.freebsd.org/cgi/query-pr.cgi?pr=160689) > there has been some discussion about changing the default cshrc file. > > I'd like to commit something like the following based on Chris's patch > at the end of the thread. This post is an attempt to open the change > to wider discussion. > > commit dbe6cb730686dd53af7d06cc9b69b60e6e55549c > diff --git a/etc/root/dot.cshrc b/etc/root/dot.cshrc > --- a/etc/root/dot.cshrc > +++ b/etc/root/dot.cshrc > @@ -7,9 +7,10 @@ > > alias h history 25 > alias j jobs -l > -alias la ls -a > +alias la ls -aF > alias lf ls -FA > -alias ll ls -lA > +alias ll ls -lAF > > I don't like the change to alias ll. I use it frequently and the proposed change makes it less readable. Otherwise, these mostly seem overdue. -- Adam Vande More