diff options
Diffstat (limited to 'oh-my-zsh/plugins/fd/README.md')
-rw-r--r-- | oh-my-zsh/plugins/fd/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/oh-my-zsh/plugins/fd/README.md b/oh-my-zsh/plugins/fd/README.md new file mode 100644 index 0000000..f334161 --- /dev/null +++ b/oh-my-zsh/plugins/fd/README.md @@ -0,0 +1,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) +``` |