diff options
| author | Bin Chang <bincheng@before.tech> | 2024-11-21 16:01:48 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-21 09:01:48 +0100 |
| commit | ccbe504f224a0aae688aaa729d4258e3392a9fc8 (patch) | |
| tree | f1f51840fa0208d37dd740fdee84f08870e02705 /plugins | |
| parent | 6c91a5e389a26f532ba2fdbe40216b0d79e33124 (diff) | |
| download | zsh-ccbe504f224a0aae688aaa729d4258e3392a9fc8.tar.gz zsh-ccbe504f224a0aae688aaa729d4258e3392a9fc8.tar.bz2 zsh-ccbe504f224a0aae688aaa729d4258e3392a9fc8.zip | |
chore: fix some typos (#12818)
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/macports/README.md | 2 | ||||
| -rw-r--r-- | plugins/opentofu/README.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/macports/README.md b/plugins/macports/README.md index 09bd42df2..ffe3f973f 100644 --- a/plugins/macports/README.md +++ b/plugins/macports/README.md @@ -16,7 +16,7 @@ plugins=(... macports) | pc | `sudo port clean --all installed` | Clean up intermediate installation files for installed ports | | pi | `sudo port install` | Install package given as argument | | pli | `port livecheck installed` | Check for updates for installed ports | -| plm | `port-livecheck-maintainer` | Check for updates of ports mainained by the specified users | +| plm | `port-livecheck-maintainer` | Check for updates of ports maintained by the specified users | | psu | `sudo port selfupdate` | Update ports tree with MacPorts repository | | puni | `sudo port uninstall inactive` | Uninstall inactive ports | | puo | `sudo port upgrade outdated` | Upgrade ports with newer versions available | diff --git a/plugins/opentofu/README.md b/plugins/opentofu/README.md index 56f116492..45b98c3c9 100644 --- a/plugins/opentofu/README.md +++ b/plugins/opentofu/README.md @@ -40,7 +40,7 @@ plugins=(... opentofu) - `tofu_prompt_info`: shows the current workspace when in an OpenTofu project directory. -- `tofu_version_prompt_info`: shows the current version of the `tofu` commmand. +- `tofu_version_prompt_info`: shows the current version of the `tofu` command. To use them, add them to a `PROMPT` variable in your theme or `.zshrc` file: |
