From c9c3ba6d73efba052bc7f48ae3024932a6d31bdc Mon Sep 17 00:00:00 2001 From: sebastian <44314956+meinzer1899@users.noreply.github.com> Date: Thu, 7 Dec 2023 10:51:18 +0100 Subject: [PATCH] Update path to rg completions. (#527) With the latest release, the path of the rg completions has been changed to crates/core/flags/complete/rg.zsh, see the file history at https://github.com/BurntSushi/ripgrep/commits/master/crates/core/flags/complete/rg.zsh. Signed-off-by: sebastian <44314956+meinzer1899@users.noreply.github.com> --- community/gallery/collection/02_completions.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/gallery/collection/02_completions.mdx b/community/gallery/collection/02_completions.mdx index 8ad06df6..7a46f2c2 100644 --- a/community/gallery/collection/02_completions.mdx +++ b/community/gallery/collection/02_completions.mdx @@ -104,8 +104,8 @@ zi snippet https://github.com/bugaevc/wl-clipboard/blob/master/completions/zsh/_ ### COMP: [BurntSushi/ripgrep/rg][burntSushi-ripgrep-rg] {#comp-burntsushi-ripgrep-rg} ```shell showLineNumbers -zi ice lucid wait as'completion' blockf has'rg' -zi snippet https://github.com/BurntSushi/ripgrep/blob/master/complete/_rg +zi ice lucid wait as'completion' blockf has'rg' mv'rg.zsh -> _rg' +zi snippet https://github.com/BurntSushi/ripgrep/blob/master/crates/core/flags/complete/rg.zsh ``` ### COMP: [dbrgn/tealdeer][dbrgn-tealdeer] {#comp-dbrgn-tealdeer}