From d6572bd634565293b0559cd50c7e882138068d03 Mon Sep 17 00:00:00 2001 From: Charles Gould Date: Tue, 13 Jun 2023 09:52:46 -0400 Subject: [PATCH] fish: ripgrep syntax highlighting --- fish/functions/rg.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fish/functions/rg.fish b/fish/functions/rg.fish index 47e8b84..2457572 100644 --- a/fish/functions/rg.fish +++ b/fish/functions/rg.fish @@ -1,3 +1,3 @@ function rg --wraps rg - command rg --ignore-file="$XDG_CONFIG_HOME/ripgrep/ignore" $argv + command rg --ignore-file="$XDG_CONFIG_HOME/ripgrep/ignore" --json $argv | delta end