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