towards single fzf process

This commit is contained in:
2025-08-27 15:16:39 +02:00
parent f4594ca492
commit 9aa1413a51
6 changed files with 499 additions and 284 deletions

View File

@@ -1,5 +1,5 @@
if command -v "fzf" >/dev/null; then
FZF="fzf --black"
FZF="fzf --black --ansi --reverse --cycle"
else
err "Did not find the command-line fuzzy finder fzf."
exit 1