Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: _pick_variant
- X-seq: zsh-users 26156
- From: Roman Perepelitsa <roman.perepelitsa@xxxxxxxxx>
- To: Ray Andrews <rayandrews@xxxxxxxxxxx>
- Subject: Re: _pick_variant
- Date: Thu, 12 Nov 2020 20:17:49 +0100
- Archived-at: <https://zsh.org/users/26156>
- Archived-at: <http://www.zsh.org/sympa/arcsearch_id/zsh-users/2020-11/CAN%3D4vMpYR_5idgr%2Bk-yS%2B78AeBo7hmuRUr1Z%2BFdFG%2BsG4Own0g%40mail.gmail.com>
- Authentication-results: zsh.org; iprev=pass (mail-io1-f41.google.com) smtp.remote-ip=209.85.166.41; dkim=pass header.d=gmail.com header.s=20161025 header.a=rsa-sha256; dmarc=pass header.from=gmail.com; arc=none
- Cc: Zsh Users <zsh-users@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=44dbaKi94OtKhVzMN+PDdbpHNCtyznXm6QNyf5NI9WY=; b=V19UA4SKgV/+qWYEKmDS//qJqyu6ZNkoogOkl9qoPOpMUFVZYwnRkMUACNbhQB8awh gSHVVFktAYB+NxEGWu6v+fa86H/g19JA8rcIEpSOMUzrACbVdik5ao2PRCqT4YFqjbtU WBqT1/LOGwvkucF+NobvsSykdmcFlKa/cz07pep4yVYhYqxsbDRFv9ANdkV3XO70aKAH +HM03PZJyPMvpM+92B4kQ39Bng5A+Iiys5SF9XB9VKDd0eHXzSxLFHR2qnyIjkS2CkQ5 SLn05zFhfruo9TCPGbbUSV9fg4xe/CkdkEtEop4PX0/5+43Vna3XSM7+HUJBTB8UCrWV UxUw==
- In-reply-to: <cafc3aac-62c6-1479-8812-91faa7439a1b@eastlink.ca>
- List-archive: <http://www.zsh.org/sympa/arc/zsh-users>
- List-help: <mailto:sympa@zsh.org?subject=help>
- List-id: <zsh-users.zsh.org>
- List-owner: <mailto:zsh-users-request@zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-subscribe: <mailto:sympa@zsh.org?subject=subscribe%20zsh-users>
- List-unsubscribe: <mailto:sympa@zsh.org?subject=unsubscribe%20zsh-users>
- References: <20201113174124.cb440e381388179852e48c62@virgin.net> <CAH+w=7aD09dOMmUHkWZneSEjp0t7S1eWhJx6sc7LBxWqGmP8Ow@mail.gmail.com> <CAN=4vMpLY7=W7WF7OuLPBKX1taG1Bt+9YC+ta9PzAHK_wB9QSw@mail.gmail.com> <cafc3aac-62c6-1479-8812-91faa7439a1b@eastlink.ca>
- Sender: zsh-users-request@xxxxxxx
On Thu, Nov 12, 2020 at 8:08 PM Ray Andrews <rayandrews@xxxxxxxxxxx> wrote:
>
> On 2020-11-12 10:40 a.m., Roman Perepelitsa wrote:
> > and discovered the hard way that zsh supplies a completion function
> > for a utility of the same name
>
> That's why my last question was how to turn all that kind of thing off.
Sounds like an instance of XY problem. If the problem you are having
is caused by builtin completion functions clashing with your own
private scripts, it doesn't necessarily follow that the best solution
is to disable programmable completions.
FWIW, I know how to disable smart completions for all my scripts
(because they are all in ~/bin, so it's easy) and all my functions
(because they are in ~/functions) with a few lines of zsh but I'm
still wondering what other people do.
Roman.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author