Browse Source

fd: fix fd-find completions for debian (#7704)

In debian package, fd executable is renamed to fdfind.
Jakub Łuczyński 6 years ago
parent
commit
b7b40b0b68
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/fd/_fd

+ 1 - 1
plugins/fd/_fd

@@ -1,4 +1,4 @@
-#compdef fd
+#compdef fd fdfind
 
 
 autoload -U is-at-least
 autoload -U is-at-least