summaryrefslogtreecommitdiff
path: root/plugins/vault/README.md
blob: cc270a385bf8752c2f4035c1f2a249b7836da1ed (plain)
1
2
3
4
5
6
7
8
9
# Vault plugin

This plugin adds completion for [Vault](https://www.vaultproject.io/), the secrets and sensitive data manager.

To use it, add `vault` to the plugins array in your zshrc file:

```zsh
plugins=(... vault)
```