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=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,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 9304b0bc for ; Fri, 26 Jul 2019 16:21:43 +0000 (UTC) Received: (qmail 8140 invoked by alias); 26 Jul 2019 16:21:37 -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: 44583 Received: (qmail 8717 invoked by uid 1010); 26 Jul 2019 16:21:37 -0000 X-Qmail-Scanner-Diagnostics: from scc-mailout-kit-01.scc.kit.edu by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.101.2/25517. spamassassin: 3.4.2. Clear:RC:0(129.13.231.81):SA:0(-4.3/5.0):. Processed in 2.503094 secs); 26 Jul 2019 16:21:37 -0000 X-Envelope-From: felix.hauser@kit.edu X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at kit.edu designates 129.13.231.81 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=kit.edu; s=20190212; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Date:Message-ID:Subject:From:To; bh=t1YbSQ7z2+AWIpLmO2ZRB8U8MdrQCmh675JmzkeL3ys=; b=bIA2aLMFPgSb8u42XS0pEdsUUQYq6eqBkvDcOQzVFdsTUjzshCL7UYCCnIuiNdHbFNWtwC82KpGqnWTEUv7WyCPNWk+xPONdPOG5rQAMMt7wKAhXPfhi7KRGRexexGDgCWjqtMGkuAED0bjzh2Zoud+wBX2FREBJpGpgQk+CtWw=; To: From: "Hauser, Felix (MRT)" Subject: apt autocompletion issue Message-ID: <71694f56-b34d-d1d7-51a4-16aa937a26cc@kit.edu> Date: Fri, 26 Jul 2019 18:20:52 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Dear ZSH-community, just discovered the Z-shell and so far it really makes my life a little bit easier! The only issue I have with it is the completion of options for the apt command. So e.g.: apt list --u won't autocomplete to apt list --upgradeable which is easily done in the normal bash file. Since in my workflow I often have to use apt, this feature is kinda important to me. Thankful for any help! Felix Ubuntu 18.04 zsh 5.4.2 (x86_64-ubuntu-linux-gnu) oh-my-zsh script from some days ago