1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-30 09:40:09 +00:00
ohmyzsh/plugins/sops/README.md

10 lines
237 B
Markdown
Raw Normal View History

2024-10-14 11:58:59 +00:00
## Sops
This plugin adds completion for [sops](https://github.com/scaleway/scaleway-cli), the simple and flexible tool for managing secrets.
To use it, add `sops` to the plugins array in your zshrc file:
```zsh
plugins=(... sops)
```