1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-23 03:34:45 +01:00

feat(fd): update fd completion to v8.3.2 (#10688)

Source: https://github.com/sharkdp/fd/blob/v8.3.2/contrib/completion/_fd
This commit is contained in:
Carlo Sala
2022-02-11 21:47:44 +01:00
committed by GitHub
parent 5fad26ca4f
commit 02b52a03a5
2 changed files with 7 additions and 6 deletions

View File

@@ -7,7 +7,3 @@ To use it, add `fd` to the plugins array in your zshrc file:
```zsh
plugins=(... fd)
```
Completion is taken from the fd release [`8.2.1`](https://github.com/sharkdp/fd/releases/tag/v8.2.1).
Updated on April 1st, 2021.