From 271c23716b9445abc85664c03209f0ed532a534c Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 2 May 2020 22:11:32 +0000 Subject: [PATCH] update rg desc --- rg/rg.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rg/rg.bash b/rg/rg.bash index 9730a12..577e029 100644 --- a/rg/rg.bash +++ b/rg/rg.bash @@ -3,7 +3,7 @@ # tagline: a modern drop-in grep replacement # alias: rg # description: | -# 'rg' is a drop-in replacement for 'grep', that respects '.gitignore' and '.ignore', has all of the sensible default options you want (colors, numbers, etc) turned on by default, is written in Rust, and simply outperforms grep in every imaginable way. R.I.P. grep. +# `rg` is a drop-in replacement for `grep`, that respects `.gitignore` and `.ignore`, has all of the sensible default options you want (colors, numbers, etc) turned on by default, is written in Rust, and simply outperforms grep in every imaginable way. R.I.P. grep. # examples: | # # ```bash -- 2.25.1