mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-19 07:38:28 +00:00
12 lines
260 B
Markdown
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.
|