fish: use delta as pager for ripgrep

This commit is contained in:
Daniel Lundin 2024-08-02 11:56:50 +02:00
parent 2f6d4e1d3c
commit 346d80ae7e
No known key found for this signature in database

View file

@ -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