From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3730 invoked by alias); 23 Oct 2014 12:43:47 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 19271 Received: (qmail 18886 invoked from network); 23 Oct 2014 12:43:46 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=tqjUmhZftLRO9D1eGJsntU1XABtq857uqJJARaDJcS0=; b=tK6pC3EH7m8lFulcPrAUkon8KHrons+APnTcnsyfBONn5byt1IrsE5qylZvIxB7F8x V7ibFGpuS9qh6RgsIcSbemcf0KxUsjEPLFSKx61Q80znY56zygGJdyaK6vBhqbzTpXva SjNiSUAW3H2CbfSDpK75jO+PpRpb1pNT5SrC/0PwkwinZrPUqDuWzGjQYtRZ/VvSx6p+ pPuIC4Ue+1YI7U1Fesoi+RHbHqC8mv/ks2kcQEvoi2Z9qSfTVMH4Rwb2Joxl2C9hJ3VZ od1dBCbu6y68gPdD/MkhkqhZtkUKnB7T+pd/gI8msbhdzj3W6/XZp2kpyXEqTe2vvTug 8m3A== X-Received: by 10.224.80.6 with SMTP id r6mr7064959qak.5.1414068223307; Thu, 23 Oct 2014 05:43:43 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <5448F39D.3080009@necoro.eu> References: <5448F39D.3080009@necoro.eu> From: TJ Luoma Date: Thu, 23 Oct 2014 08:43:03 -0400 Message-ID: Subject: Re: tab completion bug? To: =?UTF-8?Q?Ren=C3=A9_Neumann?= Cc: Zsh-Users List Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Thu, Oct 23, 2014 at 8:25 AM, Ren=C3=A9 Neumann wrote: > Unrelated to the issue itself: Why not use the zsh-feature 'named > directories' instead? > > hash -d db=3D~/Dropbox > hash -d sites=3D~db/sites > > :) Good question. Probably because I used to try to keep things as 'bash compatible' as possible, but since I decided that was no longer necessary (since I only ever use zsh anyway), I might as well use that instead. (however ~sites/[tab] has the same issue as $sites/[tab] so it does not solve this particular issue) Thanks TjL