diff options
author | David Chin <david.w.h.chin@gmail.com> | 2022-01-24 10:30:49 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-24 16:30:49 +0100 |
commit | 8e7c33bf15ba2835da03604b396885ace635689c (patch) | |
tree | 8e7aad6d349310857e9e97f17cfcce00b11360f5 /plugins/1password | |
parent | 788802af68af9a1adbfdb678086939c89d79d999 (diff) | |
download | zsh-8e7c33bf15ba2835da03604b396885ace635689c.tar.gz zsh-8e7c33bf15ba2835da03604b396885ace635689c.tar.bz2 zsh-8e7c33bf15ba2835da03604b396885ace635689c.zip |
chore(1password): fix typo in `opswd` (#10614)
Diffstat (limited to 'plugins/1password')
-rw-r--r-- | plugins/1password/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/1password/README.md b/plugins/1password/README.md index 97be45437..f6790ca8a 100644 --- a/plugins/1password/README.md +++ b/plugins/1password/README.md @@ -11,7 +11,7 @@ plugins=(... 1password) Then, you can use the command `opswd` to copy passwords for services into your clipboard. -## `opwsd` +## `opswd` The `opswd` command is a wrapper around the `op` command. It takes a service name as an argument and copies the password for that service to the clipboard. |