From e9d66576db320dd626630eb72477fc739746aa14 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Fri, 23 Jun 2023 17:43:58 +0200 Subject: [PATCH] ripgrep: Add --no-heading Always print path as prefix (By default this is done only when stdout is not a tty), as this makes it easier to browse a long list of matches. --- .config/ripgrep/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/ripgrep/config b/.config/ripgrep/config index a7f4c7c..78a5ea5 100644 --- a/.config/ripgrep/config +++ b/.config/ripgrep/config @@ -1 +1,3 @@ --hidden +# Print file path as a prefix +--no-heading