From 346d80ae7e5dc91c6528db9f306cd197a2d1e424 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Fri, 2 Aug 2024 11:56:50 +0200 Subject: [PATCH] fish: use delta as pager for ripgrep --- common/fish.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/fish.nix b/common/fish.nix index 5f30a69..1d619bf 100644 --- a/common/fish.nix +++ b/common/fish.nix @@ -93,7 +93,7 @@ rg.body = '' if status is-interactive - command rg -p $argv | bat + command rg --json $argv | delta else command rg $argv end