mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-19 02:02:32 +01:00
ripgrep: update completion to latest version (#8083)
This commit is contained in:
parent
08beebd89f
commit
2217a7c803
2 changed files with 185 additions and 6 deletions
|
|
@ -8,6 +8,6 @@ To use it, add `ripgrep` to the plugins array in your zshrc file:
|
|||
plugins=(... ripgrep)
|
||||
```
|
||||
|
||||
Completion is taken from the ripgrep release [`0.10.0`](https://github.com/BurntSushi/ripgrep/releases/tag/0.10.0).
|
||||
Completion is taken from the ripgrep release [`11.0.2`](https://github.com/BurntSushi/ripgrep/releases/tag/11.0.2).
|
||||
|
||||
Updated on September 27th, 2018.
|
||||
Updated on August 16th, 2019.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue