feat: add --color to example fzf-grep script
This commit is contained in:
parent
a6358d5156
commit
66629f0f9d
1 changed files with 1 additions and 1 deletions
|
@ -15,4 +15,4 @@ rg \
|
||||||
--layout=reverse \
|
--layout=reverse \
|
||||||
--ansi \
|
--ansi \
|
||||||
--tiebreak=index \
|
--tiebreak=index \
|
||||||
--preview 'zat --highlight {2} --limit $FZF_PREVIEW_LINES {1}'
|
--preview 'zat --color --highlight {2} --limit $FZF_PREVIEW_LINES {1}'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue