diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2022-01-01 02:26:11 -0600 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2022-01-01 02:26:11 -0600 |
commit | 49edbf438ed690c76e6b2af80368c59404cf0167 (patch) | |
tree | 129b3adb2f5f39a1329a426a3b7d51ed2c2290c1 /plugins/fd/README.md | |
parent | 1bc186dabe12b3d01b2257e82f3a104c48b8b3c7 (diff) | |
parent | 78c91ccbf99c77bd4d9cdb74279a40776721f66d (diff) | |
download | zsh-49edbf438ed690c76e6b2af80368c59404cf0167.tar.gz zsh-49edbf438ed690c76e6b2af80368c59404cf0167.tar.bz2 zsh-49edbf438ed690c76e6b2af80368c59404cf0167.zip |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'plugins/fd/README.md')
-rw-r--r-- | plugins/fd/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/fd/README.md b/plugins/fd/README.md index 4d9cf190f..cf9f7815d 100644 --- a/plugins/fd/README.md +++ b/plugins/fd/README.md @@ -8,6 +8,6 @@ To use it, add `fd` to the plugins array in your zshrc file: plugins=(... fd) ``` -Completion is taken from the fd release [`7.3.0`](https://github.com/sharkdp/fd/releases/tag/v7.3.0). +Completion is taken from the fd release [`8.2.1`](https://github.com/sharkdp/fd/releases/tag/v8.2.1). -Updated on February 13th, 2019. +Updated on April 1st, 2021. |