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