fish: use delta as pager

This commit is contained in:
Daniel Lundin 2024-08-04 00:05:29 +02:00
parent abb479c2cd
commit 7527d2654c
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 -p $argv --json | delta
else
command rg $argv
end