diff options
Diffstat (limited to 'zsh/oh-my-zsh/plugins/lpass/README.md')
-rw-r--r-- | zsh/oh-my-zsh/plugins/lpass/README.md | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/zsh/oh-my-zsh/plugins/lpass/README.md b/zsh/oh-my-zsh/plugins/lpass/README.md deleted file mode 100644 index d3923ea..0000000 --- a/zsh/oh-my-zsh/plugins/lpass/README.md +++ /dev/null @@ -1,13 +0,0 @@ -# lpass (LastPass CLI) - -This plugin adds completion for LastPass CLI [`lpass`](https://github.com/lastpass/lastpass-cli). - -To use it, add `lpass` to the plugins array in your zshrc file: - -```zsh -plugins=(... lpass) -``` - -Completion is taken from the `lpass` release [`1.3.3`](https://github.com/lastpass/lastpass-cli/releases/tag/v1.3.3). - -Updated on October 9th, 2020. |