fish: use delta as pager
This commit is contained in:
parent
abb479c2cd
commit
7527d2654c
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 -p $argv --json | delta
|
||||
else
|
||||
command rg $argv
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue