diff options
Diffstat (limited to 'oh-my-zsh/plugins/ripgrep/README.md')
-rw-r--r-- | oh-my-zsh/plugins/ripgrep/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/oh-my-zsh/plugins/ripgrep/README.md b/oh-my-zsh/plugins/ripgrep/README.md new file mode 100644 index 0000000..ab9d041 --- /dev/null +++ b/oh-my-zsh/plugins/ripgrep/README.md @@ -0,0 +1,9 @@ +# 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) +``` |