Files
ohmyzsh/plugins/vault/README.md
2024-11-19 20:47:20 +01:00

10 lines
224 B
Markdown

# 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)
```