From b7b40b0b68c791d57d91c7f4e17ed681d01d5c75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C5=81uczy=C5=84ski?= Date: Tue, 26 Mar 2019 14:44:58 +0100 Subject: [PATCH] fd: fix fd-find completions for debian (#7704) In debian package, fd executable is renamed to fdfind. --- plugins/fd/_fd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/fd/_fd b/plugins/fd/_fd index 7d65c7856..7a4c38753 100644 --- a/plugins/fd/_fd +++ b/plugins/fd/_fd @@ -1,4 +1,4 @@ -#compdef fd +#compdef fd fdfind autoload -U is-at-least