dotfiles/zsh/.zsh/plugins/fd
andrzej 60aca8e178 import zsh config 2024-04-26 19:41:20 +02:00
..
README.md import zsh config 2024-04-26 19:41:20 +02:00
_fd import zsh config 2024-04-26 19:41:20 +02:00

README.md

fd

This plugin adds completion for the file search tool fd, also known as fd-find.

To use it, add fd to the plugins array in your zshrc file:

plugins=(... fd)