mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-01-01 08:04:44 +01:00
feat(sops): introduce sops plugin
This commit is contained in:
9
plugins/sops/README.md
Normal file
9
plugins/sops/README.md
Normal file
@@ -0,0 +1,9 @@
|
||||
## 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)
|
||||
```
|
||||
Reference in New Issue
Block a user