From 308a1d3e8f33bbe29b39ab3c89de809a83436539 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Sat, 6 Aug 2022 10:04:48 -0600 Subject: [PATCH] Add clarketm's zsh-completions collection Add clarketm's zsh-completions collection and disambiguate the zsh-lovers one. Signed-off-by: Joe Block --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 433348e..6416d42 100644 --- a/README.md +++ b/README.md @@ -1279,7 +1279,8 @@ These plugins add tab completions without adding extra functions or aliases. - [cod](https://github.com/dim-an/cod) - A completion demon for `bash`/`fish`/`zsh` which creates completion functions on the fly when it sees you run something with `--help`. - [codeception](https://github.com/shengyou/codeception-zsh-plugin) - Adds command completion for the Codeception Testing Framework. - [comonicon](https://github.com/Roger-luo/ComoniconZSHCompletion.jl) - Tab completions for [comonicon](https://github.com/Roger-luo/Comonicon.jl). -- [completions](https://github.com/zsh-users/zsh-completions) - A collection of extra completions for ZSH. +- [completions (clarketm)](https://github.com/clarketm/zsh-completions) - This includes the zsh-users[completions](https://github.com/zsh-users/zsh-completions), zchee's [completions](https://github.com/zchee/zsh-completions), nilsonholger's [osx-zsh-completions](https://github.com/nilsonholger/osx-zsh-completions) and various other custom completions. +- [completions (zsh-users)](https://github.com/zsh-users/zsh-completions) - A collection of extra completions for ZSH. - [conda](https://github.com/esc/conda-zsh-completion) - ZSH tab completion for conda. - [cpan](https://github.com/MenkeTechnologies/zsh-cpan-completion) - Adds `cpan install word` and `cpanm install ` to complete remote CPAN package names. - [ctop](https://github.com/gantsign/zsh-plugins/tree/master/ctop) - Tab completions for [ctop](https://github.com/bcicen/ctop).