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.