blob: 32aee73b2d3030de964cab78aaf94f4c542e42c2 (
plain)
1
2
3
4
5
6
7
8
9
10
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)
```
|