From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22577 invoked from network); 3 Dec 2005 22:08:54 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO autolearn=ham version=3.1.0 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 3 Dec 2005 22:08:54 -0000 Received: (qmail 2636 invoked from network); 3 Dec 2005 22:08:47 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 3 Dec 2005 22:08:47 -0000 Received: (qmail 9862 invoked by alias); 3 Dec 2005 22:08:36 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9746 Received: (qmail 9852 invoked from network); 3 Dec 2005 22:08:36 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 3 Dec 2005 22:08:36 -0000 Received: (qmail 875 invoked from network); 3 Dec 2005 22:08:36 -0000 Received: from zproxy.gmail.com (64.233.162.200) by a.mx.sunsite.dk with SMTP; 3 Dec 2005 22:08:35 -0000 Received: by zproxy.gmail.com with SMTP id n29so641218nzf for ; Sat, 03 Dec 2005 14:08:34 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Y2hUJik1nfoN2ZlQXQpNPI9Nk9UMEKX/27QDVhyGRUwnIm7qNW5ulR1aH2L0JTWjc7WhwMGcuz4sKgdSDEZomZeY4Zmpj3UbhaJq9ZIeNR+z1hnvKm+1bqlVeH2+XLLE4+Ybo5W0OYa88NBXi1GBafOBMYf3CY4pq9u2apIimLA= Received: by 10.36.127.10 with SMTP id z10mr3906404nzc; Sat, 03 Dec 2005 14:08:34 -0800 (PST) Received: by 10.36.22.5 with HTTP; Sat, 3 Dec 2005 14:08:34 -0800 (PST) Message-ID: <237967ef0512031408s5e2e3385r702b48ec26ac2173@mail.gmail.com> Date: Sat, 3 Dec 2005 23:08:34 +0100 From: Mikael Magnusson To: zsh-users@sunsite.dk Subject: Re: Simple Tip of the Day In-Reply-To: <5tv3p1tlifv3u6g9443grlmso38rn6qqoj@4ax.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051202010954.GF8445@ay.vinc17.org> <237967ef0512020449p6ff1ec0t4cac7a03601c7d25@mail.gmail.com> <5tv3p1tlifv3u6g9443grlmso38rn6qqoj@4ax.com> On 12/3/05, zzapper wrote: > On Fri, 02 Dec 2005 19:20:48 +0000, wrote: > > > >>I type ~- and then press tab to get a list of all the dirs i've been > > BTW couldn't get this to work, what do I need to do? % zsh -f % setopt autopushd % autoload -U compinit % compinit % cd / % cd /tmp % cd ~- 0 -- /home/mikaelh 1 -- / -- Mikael Magnusson