From 66629f0f9deae14f4c2ddea6893e0be2ff886880 Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Wed, 19 Feb 2025 10:09:51 +0100 Subject: [PATCH] feat: add --color to example fzf-grep script --- scripts/fzf-grep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/fzf-grep b/scripts/fzf-grep index bc13fdc..a881787 100755 --- a/scripts/fzf-grep +++ b/scripts/fzf-grep @@ -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}'