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.0 required=5.0 tests=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 ed254678 for ; Wed, 13 Mar 2019 03:45:11 +0000 (UTC) Received: (qmail 2866 invoked by alias); 13 Mar 2019 03:44:52 -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: 23875 Received: (qmail 16054 invoked by uid 1010); 13 Mar 2019 03:44:52 -0000 X-Qmail-Scanner-Diagnostics: from oak.wccnet.edu by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.100.2/25384. spamassassin: 3.4.2. Clear:RC:0(198.111.176.88):SA:0(-1.9/5.0):. Processed in 3.250741 secs); 13 Mar 2019 03:44:52 -0000 X-Envelope-From: jmenke@wccnet.edu X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at wccnet.edu designates 198.111.176.88 as permitted sender) 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=cN+bYoH/8mqlh52pKM7blng59GUa47YICPyoJXNo4PE=; b=bSU7ObrCdul95VZllvVXQ9uorD4xw7P1piMQBiwxISLULTBVrDFg7fzzrWcrrZzMik UczAqn9eKuIcwlzxcSsJGOsifz5BjcYgoBoV9Z35CmU7pcThQYP2JH2tWGybndJ+9ZVb CoewnFWCQG6Ar2wNBlZ98Xv8ch1l4gg/Q5TKPc9/hTzkVKc7t3GAMBG8ksfH4nMpBPbg 2BdeeslFWAQBqKeMu8xhD5nZpH57/Q28X3QBAC9yjJqhAlV201RwQN85O3qL9Cm6ljP2 1zgKUEftTVBXxLF1GFCidhpsZe//zVkez3OfME4VAYXMSwDGiJCQ9CPkWOFgxywABBEP OsOw== X-Gm-Message-State: APjAAAUFn8zgpAFpLO91QEOnCh0CrELf0OyrFtYTg0nVEfLpeSmRqvNk GxCcUEaspVAYcoNknvNfFkpXoA0TeXPQBOSrsp9C+SSX/iXH7NOfNn3flodJnpsr/lZlRFipfU4 Q4gXxhlI2ShrY96oehIYi+TiW5zp+ X-Received: by 2002:a17:902:728f:: with SMTP id d15mr43617248pll.156.1552448642247; Tue, 12 Mar 2019 20:44:02 -0700 (PDT) X-Google-Smtp-Source: APXvYqzYY4c/KIl7Gg5mTXEyU9KvC28O61r3wEvbeUl85Py6JSX9CSORpctnJXAWgAe7Ti/+w9lt2ladoRWkI+LY7hc= X-Received: by 2002:a17:902:728f:: with SMTP id d15mr43617230pll.156.1552448641867; Tue, 12 Mar 2019 20:44:01 -0700 (PDT) MIME-Version: 1.0 From: Jacob Menke Date: Tue, 12 Mar 2019 23:43:51 -0400 Message-ID: Subject: Adding Global Aliases to completion lists To: zsh-users@zsh.org Content-Type: multipart/alternative; boundary="000000000000d4b9950583f19d1c" --000000000000d4b9950583f19d1c Content-Type: text/plain; charset="UTF-8" Hello I was wondering how to add global aliases to completion menu selection? Regular aliases and suffix aliases are already present. I am separating the menu selection items by tags. zstyle ':completion:*' group-name '' This is the debugging output from ^Xh when I want to add these completion items. tags in context :completion::complete:-command-:: commands builtins functions aliases suffix-aliases reserved-words jobs parameters parameters (_command_names _autocd) commands (_path_commands _command_names _autocd) jobs (_jobs _command_names _autocd) parameters (_parameters _command_names _autocd) local-directories named-directories (_cd _autocd) users named-directories directory-stack (_tilde _cd _autocd) Thanks Jacob --000000000000d4b9950583f19d1c--