mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-29 11:39:50 +00:00
feat(chezmoi): add completion plugin (#12696)
This commit is contained in:
committed by
GitHub
parent
2a2f8ecb67
commit
a72a26406a
11
plugins/chezmoi/README.md
Normal file
11
plugins/chezmoi/README.md
Normal file
@@ -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