1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2026-01-14 22:47:45 +08:00
ohmyzsh-mirror/plugins/vault
2024-10-23 09:15:50 +02:00
..
README.md feat(vault): re-introduce vault plugin 2024-10-23 09:15:50 +02:00
vault.plugin.zsh feat(vault): re-introduce vault plugin 2024-10-23 09:15:50 +02: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)