From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: zsh-users-return-23664-ml=inbox.vuxu.org@zsh.org X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,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 ef2a4fdb for ; Thu, 20 Sep 2018 22:32:38 +0000 (UTC) Received: (qmail 22477 invoked by alias); 20 Sep 2018 22:32:21 -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: List-Unsubscribe: X-Seq: 23664 Received: (qmail 14033 invoked by uid 1010); 20 Sep 2018 22:32:21 -0000 X-Qmail-Scanner-Diagnostics: from mail-wr1-f46.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(209.85.221.46):SA:0(-1.9/5.0):. Processed in 3.870024 secs); 20 Sep 2018 22:32:21 -0000 X-Envelope-From: luomat@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=KIPRasWoiZWxwow+7s02UqvK/3NCVEIpjFnfR3mjoO4=; b=PlynlTGJVy2XXhQljVTkTlEgaOGkRj7/ZK+Giz0eDd26y/87nSRZJaG/RC/Tyu1v/s e1obco1EDy1HQTBlmrVA4dKVjlG4yezytJ3uEr/XewogS2oPVLUaCmBpt/13g8oNwjm6 0mFR4E/7I815szf4kZb8NwrYhw+e5KNwGsmDuMJRK7daY43Jig4rHjWCcCt2HkWsEINB oObuzcio7yrBKrT9UkAcFjejCEKegMXpXWCt21zWyuiUhoX/ihqpSfSld8brO1+upR4y sg+ECyeh+ndyhxSjeRL+OxKQ3KF6BRo4FJUPOOZ1+HYOYt9g132mkqzWelkG6DOlQELU 90EA== 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=KIPRasWoiZWxwow+7s02UqvK/3NCVEIpjFnfR3mjoO4=; b=RTd58WAT1GjiU9AWGJDy+Nk/+8K49u4N/lUl7uMVU+6/Vi8A0WUh3uyoFSXGDspfoS 8LZS68PtnUgLpaw2PYjMMiTNcmOO8L8dVKHjVjD249+A6UHc1OEvknnKEB4Y4pi5VDUD 9+L0M8XRk8yk16aakLJzp9Qcokj8RwMbn6IsRyF6Me5c7IF70ibXcJU/8CI2wCutST/C JHKhh+lvXZ4NkTA4cAng8aCvkHW9h3rg0uOTb+As5Gcv+ZSf/bmAKgGbbykBv6CXqCxr ZLzgmG/C6PyxV9DV5MgoXzoepUosIYKsg90lwr1ZX6xi0hFVJ6x12teSA5xs1HFSyITa TxcQ== X-Gm-Message-State: APzg51Dn4wxWahEfio3M+x4nr2xwQIKYtdPR+H/3kDkT0WWgG2LAJi43 RwCo1XP5KPEniFqOf4VzR8C9DVv9oiqf0f0p3J1XlW3y X-Google-Smtp-Source: ANB0Vdb7vZhJjfjruBtOCuxXW+OEFK6Qauj1ngweeU9qNKshMbKTZfF9dn15EgC1QBlTHy6dL2uF8qZFrW6qvN2nAK0= X-Received: by 2002:adf:c5c5:: with SMTP id v5-v6mr34580362wrg.30.1537482732419; Thu, 20 Sep 2018 15:32:12 -0700 (PDT) MIME-Version: 1.0 From: TJ Luoma Date: Thu, 20 Sep 2018 18:31:35 -0400 Message-ID: Subject: tab completion taking a _really_ long time To: Zsh-Users List Content-Type: text/plain; charset="UTF-8" I just plugged in a computer that hasn't been used in over a year and ran a bunch of updates. One thing I noticed is that zsh is taking a long time (like 90 seconds) to do tab completion for 'cd' For example, I was in my $HOME and did 'cd d' and press tab, which should show me Desktop, Documents, and Downloads. Instead it just sat there for 90 seconds. When I tried it again and killed it (control-c) after a few seconds, it reported this: Killed by signal in _path_files after 5s This was in ZSH_VERSION 5.3 Any idea what I need to do to fix this? Thanks TjL ps - if more diagnostic info is needed, please let me know. I'm not sure what would be helpful here. -- TJ Luoma TJ @ MacStories Personal Website: luo.ma (aka RhymesWithDiploma.com) Twitter: @tjluoma