]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/fd/README.md
initial
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / fd / README.md
1 # fd
2
3 This plugin adds completion for the file search tool [`fd`](https://github.com/sharkdp/fd), also known as `fd-find`.
4
5 To use it, add `fd` to the plugins array in your zshrc file:
6
7 ```zsh
8 plugins=(... fd)
9 ```