Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
make zstyle ignore both _* and __* commands
- X-seq: zsh-users 22757
- From: Filipe Silva <filipe.silva@xxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: make zstyle ignore both _* and __* commands
- Date: Fri, 30 Jun 2017 18:39:18 -0300
- 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=e/zRfd3DSBGbqHiEaqFZ2zCndihilj+sCdcEMJQpX3U=; b=kBcr+A+XjKAGfzaOdYN8V2YDjW+iVKviRbe4xEfARR8ZsjW4qsXT1xSffnXWIu9r/j hxjoJDgmKg5EDe297n0Ady4QKridZ1efIqEWYdSaSXP244ZfUrCpBx/ALCMB01ddzckE D0+xfb35pVMwo7OYcIO29rZbSIr83t1LM4MynYbcTgbVtCkQ8XIyEhp/J6WK8eKXDatQ y3I0lRNEuEAxA57zNGjYiD7MsSqrgLe5xq94HFi4eAE1XbuG1q3J7tnixJereA4n9H3K 4seoAtXY6wtaCPy/6wdSv4BAGIeNiCTNVSuL2fp35gBjhw3YNWO31G9dB4iRHDR5vZTw R6Fw==
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Hi,
I have this line in my config, that tells zsh to ignore `_*` commands on
completions:
zstyle ':completion:*:functions' ignored-patterns '_*'
It works well. But I'd like to tell zsh to also ignore `__*' commands
(double undescores)
Is there a way to do that?
thanks in advance.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author