From ace9bf7e2707c92c5af1bf8193e7849921a236cd Mon Sep 17 00:00:00 2001 From: Matheus Albino Date: Sat, 21 Sep 2024 18:19:36 -0300 Subject: [PATCH] Add source for script --- scripts/shell/rg.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/shell/rg.sh b/scripts/shell/rg.sh index ef17343..78f4628 100755 --- a/scripts/shell/rg.sh +++ b/scripts/shell/rg.sh @@ -1,3 +1,4 @@ #!/bin/bash +# https://github.com/BurntSushi/ripgrep/issues/181 rg --pretty "$@" | less -RFX