From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1616 invoked by alias); 23 Oct 2014 12:40:04 -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: 19270 Received: (qmail 12873 invoked from network); 23 Oct 2014 12:40:02 -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; bh=z3i2gb51XllS2epR9L8volveh+JR2JGzkBT2VFnq/rs=; b=Fy4EjfdnSaHwiUyREsKQhb2+kNSaklrPP/YFPJi6kv4IEMVPvJazIxNoLLYV4HlpPr G4CiO/W6sYnZQf0/4fx+13p/Pl94m9oj3QQdhyyNcDT1+oXUDCsqJZJwz3Wn+aNpUhbC yw7PFx3dUSn2OKa95GlrEmB1s6Q6+HpJEtmxGW39WqRf9nqMxCs9fFdXO46Q95CNkJg+ fFFWrycZ2tSwcp6z2U7UXhElbL271Zm7v0VozSsolLgcryjclh8WhnO2XtSXDn8vUmi3 KGMtRP+AA8uNkqhuF87oCpG9YgDqU70FPaTrB7Rnxxm+RLIsx5yVOfuHN/y5z7Kflxlb djWw== X-Received: by 10.140.89.10 with SMTP id u10mr6743556qgd.70.1414067996470; Thu, 23 Oct 2014 05:39:56 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20141023133140.07d56359@pwslap01u.europe.root.pri> References: <20141023133140.07d56359@pwslap01u.europe.root.pri> From: TJ Luoma Date: Thu, 23 Oct 2014 08:39:16 -0400 Message-ID: Subject: Re: tab completion bug? To: Peter Stephenson Cc: Zsh-Users List Content-Type: text/plain; charset=UTF-8 On Thu, Oct 23, 2014 at 8:31 AM, Peter Stephenson wrote: > What does > > echo $sites > > output? /Users/luomat/Dropbox/sites > If it looks sane, does > > [[ -d $sites ]] || echo yes > > say "yes"? It does not.