Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: _pick_variant
- X-seq: zsh-users 26154
- From: Roman Perepelitsa <roman.perepelitsa@xxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: _pick_variant
- Date: Thu, 12 Nov 2020 19:40:02 +0100
- Archived-at: <https://zsh.org/users/26154>
- Archived-at: <http://www.zsh.org/sympa/arcsearch_id/zsh-users/2020-11/CAN%3D4vMpLY7%3DW7WF7OuLPBKX1taG1Bt%2B9YC%2Bta9PzAHK_wB9QSw%40mail.gmail.com>
- Authentication-results: zsh.org; iprev=pass (mail-il1-f177.google.com) smtp.remote-ip=209.85.166.177; dkim=pass header.d=gmail.com header.s=20161025 header.a=rsa-sha256; dmarc=pass header.from=gmail.com; arc=none
- Cc: Thomas Lauer <thomas.lauer@xxxxxxxxxx>, 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=k0GS2cF5ssx9JjOSI2kVDbXoYUSEe0ze0Wa53VNcOUU=; b=bfX3iip/jMkLvGzm5AyEE2Tn6pLsWWZKtauPPmAv03L4JAafBWO2U54W6l6GbdRHns kCSQxDPuOI9J5LEe6vP+oV7imN/NmI4oRbN784u82324AUPWIwUXrH6iwPPvRSFdRA7L ftApKjgeULB4FjmD7+8C1B7qdTovlU47Ll1YCOq1o3Qnh1OSSRH7vb9S2dCEoOWoKFCe +djCmiVaTmBKVFYs7amGXD5KdnvnoqEBa/1HWUicPZ4Ed4A0B1BqCQ5AO4a5ZAMhPaIx NeY+0P0bLizyth2YeQV5UdKlHyRvhXG4Uj6TfjrNdEZFat/gRdOg8mdW0PpglMOcUZZH e/Qw==
- In-reply-to: <CAH+w=7aD09dOMmUHkWZneSEjp0t7S1eWhJx6sc7LBxWqGmP8Ow@mail.gmail.com>
- 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>
- Sender: zsh-users-request@xxxxxxx
By the way, what's the recommended way to deal with this sort of
issue? A few times I've defined a personal script with a short name
and discovered the hard way that zsh supplies a completion function
for a utility of the same name (that I've never heard of). I usually
end up adding `compdef _default myutility` to `~/.zshrc` whenever this
happens. Is there a better and more proactive way?
Roman.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author