diff options
author | Jakub Łuczyński <doubleloop@users.noreply.github.com> | 2019-03-26 14:44:58 +0100 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2019-03-26 14:44:58 +0100 |
commit | b7b40b0b68c791d57d91c7f4e17ed681d01d5c75 (patch) | |
tree | 0cd601ea0dec26403208abd81fc23167bdc156ca /plugins/fd | |
parent | 8fba503667a477b544bfd1fa33e75430874e228a (diff) | |
download | zsh-b7b40b0b68c791d57d91c7f4e17ed681d01d5c75.tar.gz zsh-b7b40b0b68c791d57d91c7f4e17ed681d01d5c75.tar.bz2 zsh-b7b40b0b68c791d57d91c7f4e17ed681d01d5c75.zip |
fd: fix fd-find completions for debian (#7704)
In debian package, fd executable is renamed to fdfind.
Diffstat (limited to 'plugins/fd')
-rw-r--r-- | plugins/fd/_fd | 2 |
1 files changed, 1 insertions, 1 deletions
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 |