From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4297 invoked from network); 11 Sep 2006 18:51:44 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.5 (2006-08-29) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,FORGED_RCVD_HELO autolearn=ham version=3.1.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 11 Sep 2006 18:51:44 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 88815 invoked from network); 11 Sep 2006 18:51:37 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 11 Sep 2006 18:51:37 -0000 Received: (qmail 13509 invoked by alias); 11 Sep 2006 18:51:27 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10704 Received: (qmail 13496 invoked from network); 11 Sep 2006 18:51:26 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 11 Sep 2006 18:51:26 -0000 Received: (qmail 87263 invoked from network); 11 Sep 2006 18:51:26 -0000 Received: from ug-out-1314.google.com (66.249.92.174) by a.mx.sunsite.dk with SMTP; 11 Sep 2006 18:51:21 -0000 Received: by ug-out-1314.google.com with SMTP id u2so1486961uge for ; Mon, 11 Sep 2006 11:51:21 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:subject:message-id:mime-version:content-type:content-disposition:user-agent; b=syqQcxbQI1ajQCTjVS2AxK59DY1O3xWGaiuhOfnZjk+LgRKcZtq98tvl9vgNdjibAlVgr5rItCKdntLce2iNmZlDx3VBbYRTU8t9ZYZb9r9dxqJJZVFOLEpDQOT60HOxD2OjjVm3CdPIJ0e0YAezAkNW0TnnCo7qcRL/xbuDoMU= Received: by 10.67.97.18 with SMTP id z18mr2953503ugl; Mon, 11 Sep 2006 11:51:20 -0700 (PDT) Received: from crematorium ( [194.44.12.5]) by mx.gmail.com with ESMTP id m1sm588458uge.2006.09.11.11.51.15; Mon, 11 Sep 2006 11:51:20 -0700 (PDT) Date: Mon, 11 Sep 2006 21:50:45 +0300 From: Roman Cheplyaka To: zsh-users@sunsite.dk Subject: alias -- do not pass args Message-ID: <20060911185045.GA15092@localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.13 (2006-08-11) I want to define alias which would /not/ pass its args to program. E.g. $ alias foo='echo lol' $ foo a b should just print lol, not "lol a b". How can I do this? I haven't found this in the manual. -- Roman I. Cheplyaka