fish: use delta as pager for ripgrep
This commit is contained in:
parent
2f6d4e1d3c
commit
346d80ae7e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue