mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-07-09 14:36:44 +02:00
feat(pass-cli): add completions plugin (#13740)
This commit is contained in:
@@ -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