1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-22 13:50:09 +00:00
ohmyzsh/plugins/vault/README.md
nervo 9ad764d80c
feat(vault): re-introduce vault plugin (#12753)
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2024-11-19 20:47:20 +01:00

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