ohmyzsh/plugins/vault
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
..
README.md feat(vault): re-introduce vault plugin (#12753) 2024-11-19 20:47:20 +01:00
vault.plugin.zsh feat(vault): re-introduce vault plugin (#12753) 2024-11-19 20:47:20 +01:00

Vault plugin

This plugin adds completion for Vault, the secrets and sensitive data manager.

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

plugins=(... vault)