-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
completions: Improve zsh shell completion
* Add completion for ebuild names * Ignore zsh version < 5.2 (not packaged in gentoo) What a mess, zsh completion system is really complex, the docs is a wall of text, the tutorials didn't help much. The clap-generated completion was buggy. This works better now, but is not as good as bash and fish completions. I'm not a zsh user so I'll leave it at that, help welcome.
- Loading branch information
1 parent
61451fb
commit 36f1cd5
Showing
1 changed file
with
20 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters