From fd46be299f434be51698047e9ba2d24cd287a01e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Fri, 5 Jan 2024 10:55:06 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(ripgrep):=20add=20fd=20rules?= =?UTF-8?q?=20to=20ripgrep=20config=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/rg/.ripgreprc | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/rg/.ripgreprc b/.config/rg/.ripgreprc index 6cf357cb..b9e3f44c 100644 --- a/.config/rg/.ripgreprc +++ b/.config/rg/.ripgreprc @@ -1,3 +1,4 @@ #!/usr/bin/bash +--ignore-file=~/.config/fd/ignore --smart-case