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