From a2e7e385b52baa2028ae3028ccfda1d4b80296da Mon Sep 17 00:00:00 2001 From: ArabOrange <36094664+BlyatOrange@users.noreply.github.com> Date: Wed, 13 Oct 2021 13:59:31 -0400 Subject: [PATCH] replaced outdated flag (--phony) with current equivalent. --- Examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples.md b/Examples.md index 736d9a2..28861bc 100644 --- a/Examples.md +++ b/Examples.md @@ -409,7 +409,7 @@ FZF_DEFAULT_COMMAND="rg --files" fzf \ -m \ -e \ --ansi \ - --phony \ + --disabled \ --reverse \ --bind "ctrl-a:select-all" \ --bind "f12:execute-silent:(subl -b {})" \