diff options
Diffstat (limited to 'zsh/oh-my-zsh/plugins/ripgrep/README.md')
-rw-r--r-- | zsh/oh-my-zsh/plugins/ripgrep/README.md | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/zsh/oh-my-zsh/plugins/ripgrep/README.md b/zsh/oh-my-zsh/plugins/ripgrep/README.md deleted file mode 100644 index ab9d041..0000000 --- a/zsh/oh-my-zsh/plugins/ripgrep/README.md +++ /dev/null @@ -1,9 +0,0 @@ -# ripgrep - -This plugin adds completion for the text search tool [`ripgrep`](https://github.com/BurntSushi/ripgrep), also known as `rg`. - -To use it, add `ripgrep` to the plugins array in your zshrc file: - -```zsh -plugins=(... ripgrep) -``` |