feat: add --color to example fzf-grep script

This commit is contained in:
CJ van den Berg 2025-02-19 10:09:51 +01:00
parent a6358d5156
commit 66629f0f9d
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -15,4 +15,4 @@ rg \
--layout=reverse \
--ansi \
--tiebreak=index \
--preview 'zat --highlight {2} --limit $FZF_PREVIEW_LINES {1}'
--preview 'zat --color --highlight {2} --limit $FZF_PREVIEW_LINES {1}'