summaryrefslogtreecommitdiff
path: root/plugins/fd/README.md
blob: f3341612f2aa78ad3a540531789ae894438f04d7 (plain)
1
2
3
4
5
6
7
8
9
# fd

This plugin adds completion for the file search tool [`fd`](https://github.com/sharkdp/fd), also known as `fd-find`.

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

```zsh
plugins=(... fd)
```