1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-03-17 20:28:03 +02:00
Max Coplan 94305125ef
zsh: support sourcing zsh completion dynamically
Previously, you needed to save the completion script to a file and
then source it. Now, you can dynamically source completions in zsh by
running

    $ source <(rg --generate complete-zsh)

Before this commit, you would get an error after step 1.
After this commit, it should work as expected.

We also improve the FAQ item for zsh completions.

Fixes 
2024-12-31 08:23:13 -05:00
..
2024-09-08 22:06:59 -04:00
2024-09-08 22:04:48 -04:00
2024-09-08 22:11:00 -04:00
2024-09-08 22:06:03 -04:00
2024-09-08 22:08:41 -04:00
2024-09-08 22:10:29 -04:00
2024-09-08 22:07:52 -04:00
2024-09-08 22:09:27 -04:00