From 7527d2654cabbbcd4c37dbaf39566019c663bd89 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Sun, 4 Aug 2024 00:05:29 +0200 Subject: [PATCH] fish: use delta as pager --- home/common/fish.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/common/fish.nix b/home/common/fish.nix index 107493d..769726c 100644 --- a/home/common/fish.nix +++ b/home/common/fish.nix @@ -93,7 +93,7 @@ rg.body = '' if status is-interactive - command rg -p $argv | bat + command rg -p $argv --json | delta else command rg $argv end