towards single fzf process
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user