1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-07-02 19:17:23 +02:00
Files
oh-my-zsh/plugins/pass-cli/README.md
T
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.