mirror of
https://gitee.com/mirrors/ohmyzsh.git
synced 2026-08-06 16:44:26 +08:00
feat(chezmoi): add completion plugin (#12696)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# chezmoi Plugin
|
||||
|
||||
## Introduction
|
||||
|
||||
This `chezmoi` plugin sets up completion for [chezmoi](https://chezmoi.io).
|
||||
|
||||
To use it, add `chezmoi` to the plugins array of your zshrc file:
|
||||
|
||||
```bash
|
||||
plugins=(... chezmoi)
|
||||
```
|
||||
Reference in New Issue
Block a user