From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FROM,MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id ed784f45 for ; Wed, 6 Feb 2019 13:52:04 +0000 (UTC) Received: (qmail 2010 invoked by alias); 6 Feb 2019 13:51:47 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: List-Unsubscribe: X-Seq: 44045 Received: (qmail 15705 invoked by uid 1010); 6 Feb 2019 13:51:47 -0000 X-Qmail-Scanner-Diagnostics: from mail-ed1-f45.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.100.2/25112. spamassassin: 3.4.2. Clear:RC:0(209.85.208.45):SA:0(-2.0/5.0):. Processed in 1.445473 secs); 06 Feb 2019 13:51:47 -0000 X-Envelope-From: aaronlichtman@gmail.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=kKrUYa/2UoWKEzV31tAxVbY7IUxAzAfmKjY0991grxU=; b=W1t0HUjTYjMeEWCWlkdSs+xuTTq0wH3R+qM65DM0ehfYmHFc7jIlCinR97tJCfSS9j bj4FY2tBf58o3X9OtQ79zEHUREeIL36Vpi3NBma713Oo8vKwenWLExqaxH+IHG2m5/Z4 KcrlT0BTj6T39c1odGBvLU2kaS9nK4Tv49xr22lnyvjYVPkwaHmtgzut0juZvfoSOz9g c7TrAt+Yujr6WPl+hgpCc7Wj4a14nqgFOw3ve+TGS1l5qcoTN3cgqyAxqK+fQ4feT9iq SHHaJqV2F3YX1k7orLbpWd5TDnhY1J08RXU2W/3WKh6bdN6hFUOStmy1l+2VzR/G3Oiv 3OQg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=kKrUYa/2UoWKEzV31tAxVbY7IUxAzAfmKjY0991grxU=; b=N1WJQob9tLun+eYuIghm0E3aN3I82Rz30znXEJ0w8LJqqc1Wbj2cOKMlVsaF5hGZfS km+BQHLhcDEfQJgrySwtgM6hDEW33hBlTp6SBt/oZJCeRSZKvPgy6xrTrMmy9dDrGmeA f6fT653KXdmrltz0J1iSPzRTS4n0TSxlTxBmKuDh7CQQN/Tl+9X0Ne+P/vz4H9+Pa3p7 XowoAJRy7wx2CRn363n91j0HOjTbrlJr/6yL0rlplaZVjcwjlBkgwS//kgw/Xe/0E7T5 Zs1+VgnmrSDifr9ov1uNg9SLkykkxGLbpV0YynlymlDjlH+uM7glLT9eq8HgQ8edO0mG ujCA== X-Gm-Message-State: AHQUAuab/E3wRGqng5b7sV9onQQ/OS/rtxETSmYxbgl1B0jau0IX2G4i Xz+QIAPEwI4Lht9SaJq6dTw9tx4xvbTfgBjqfjhcePDQ X-Google-Smtp-Source: AHgI3IZ4k8NOjs15mQgqq2l7Wh65xVkpi7RfL62iDv2MVeOCgyjHy0U671/n4eBKhRdSAfy+LIWPCtdRpdXzuY355ps= X-Received: by 2002:a05:6402:758:: with SMTP id p24mr8533946edy.92.1549461100241; Wed, 06 Feb 2019 05:51:40 -0800 (PST) MIME-Version: 1.0 From: Aaron Lichtman Date: Wed, 6 Feb 2019 07:51:01 -0600 Message-ID: Subject: Bug Report: ... not being expanded properly? To: zsh-workers@zsh.org Content-Type: multipart/alternative; boundary="00000000000079278005813a0619" --00000000000079278005813a0619 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi, My apologies if this isn't the right place for this. Here's some terminal output to show the issue I'm running into. ```zsh ~/Desktop/Development =E2=9E=9C cd ... # Showing that the "..." alias works to like "cd ../.." ~ =E2=9E=9C cd Desktop/Development # Just resetting the working dir ~/Desktop/Development =E2=9E=9C cd .../Desktop # Showing that the alias breaks when any other modifications are made to the path :( cd: no such file or directory: .../Desktop ~/Desktop/Development =E2=9E=9C cd ../../Desktop # Showing that the path I tried to cd to is va= lid ~/Desktop =E2=9E=9C # Path is valid =E2=9E=9C zsh --version zsh 5.7 (x86_64-apple-darwin18.2.0) ``` The same behavior can be observed with the .... and ..... aliases. I recently upgraded to zsh 5.7.2 from 5.6.2, but I'm not sure if this is related to that. It's very possible this is a configuration error. Does anyone have any suggestions with regard to how to debug this? I looked through my .zshrc and .zprofile files and everything seems to be in order. I don't have a great understanding of zsh internals and am a bit lost. Any help would be appreciated. Best, Aaron Lichtman --00000000000079278005813a0619--