1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 15:30:40 +01:00

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

In debian package, fd executable is renamed to fdfind.
This commit is contained in:
Jakub Łuczyński
2019-03-26 14:44:58 +01:00
committed by Marc Cornellà
parent 8fba503667
commit b7b40b0b68

View File

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