]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/vault/README.md
69051d2b22a4f3b90a499514d8e2f42d8e8e1633
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / vault / README.md
1 # Vault plugin
2
3 Note: this plugin is deprecated. Use the [official autocompletion](https://www.vaultproject.io/docs/commands/index.html#autocompletion) instead.
4
5 -------
6
7 Adds autocomplete options for all [vault](https://www.vaultproject.io) commands.
8
9 To use it, add `vault` to the plugins array in your zshrc file:
10
11 ```zsh
12 plugins=(... vault)
13 ```
14
15 Crafted with <3 by Valentin Bud ([@valentinbud](https://twitter.com/valentinbud))