diff options
Diffstat (limited to 'plugins/ripgrep/README.md')
-rw-r--r-- | plugins/ripgrep/README.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/ripgrep/README.md b/plugins/ripgrep/README.md index a26f45823..ab9d04116 100644 --- a/plugins/ripgrep/README.md +++ b/plugins/ripgrep/README.md @@ -7,7 +7,3 @@ To use it, add `ripgrep` to the plugins array in your zshrc file: ```zsh plugins=(... ripgrep) ``` - -Completion is taken from the ripgrep release [`12.1.1`](https://github.com/BurntSushi/ripgrep/releases/tag/12.1.1). - -Updated on April 1st, 2021. |