1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-15 11:50:41 +01:00
Files
oh-my-zsh/plugins/sops/README.md
2024-10-23 09:11:44 +02:00

10 lines
237 B
Markdown

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