From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22027 invoked from network); 27 Jul 2005 18:42:25 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 27 Jul 2005 18:42:25 -0000 Received: (qmail 96092 invoked from network); 27 Jul 2005 18:42:18 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 27 Jul 2005 18:42:17 -0000 Received: (qmail 170 invoked by alias); 27 Jul 2005 18:42:10 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9200 Received: (qmail 161 invoked from network); 27 Jul 2005 18:42:09 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 27 Jul 2005 18:42:09 -0000 Received: (qmail 94990 invoked from network); 27 Jul 2005 18:42:09 -0000 Received: from dsl3-63-249-88-2.cruzio.com (HELO dot.blorf.net) (63.249.88.2) by a.mx.sunsite.dk with SMTP; 27 Jul 2005 18:42:03 -0000 Received: by dot.blorf.net (Postfix, from userid 1000) id 438CAAB6; Wed, 27 Jul 2005 11:42:01 -0700 (PDT) Date: Wed, 27 Jul 2005 11:42:01 -0700 From: Wayne Davison To: Oliver Kiddle Cc: zsh-users@sunsite.dk Subject: Re: default pipe Message-ID: <20050727184201.GC21262@blorf.net> References: <20050725145737.GA903@os> <20050725192330.GB30341@blorf.net> <11991.1122485706@trentino.groupinfra.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <11991.1122485706@trentino.groupinfra.com> User-Agent: Mutt/1.5.9i X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.4 On Wed, Jul 27, 2005 at 07:35:06PM +0200, Oliver Kiddle wrote: > I tend to prefer bindkey -s instead of global aliases for such > sequences. It has the advantage that it is expanded so you can see > what it is going to do. I much prefer the global aliases because they take up less room on the line, are easier to edit (since they remain short), and I like them unexpanded in the history. To each his own. ..wayne..