Files
ohmyzsh/plugins/pass-cli/README.md
2026-05-18 08:47:51 +02:00

12 lines
260 B
Markdown

# Proton Pass CLI plugin
This plugin adds completions for [Proton Pass CLI](https://protonpass.github.io/pass-cli/).
To use it, add `pass-cli` to the plugins array in your zshrc file:
```zsh
plugins=(... pass-cli)
```
This plugin does not add any aliases.