mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-25 07:58:25 +00:00
feat(pass-cli): add completions plugin (#13740)
This commit is contained in:
11
plugins/pass-cli/README.md
Normal file
11
plugins/pass-cli/README.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user