summaryrefslogtreecommitdiff
path: root/plugins/pyenv
diff options
context:
space:
mode:
authorguangwu <guoguangwu@magic-shield.com>2024-03-14 18:37:06 +0800
committerGitHub <noreply@github.com>2024-03-14 17:37:06 +0700
commit6780b19329501b66bc87274928f0a65cc7e5f473 (patch)
tree258c1ecec919ae8795ca1d3ca7eaf7fb97afcb08 /plugins/pyenv
parent4ad09ab0b10adc90730476bd27f24f93d94728ad (diff)
downloadzsh-6780b19329501b66bc87274928f0a65cc7e5f473.tar.gz
zsh-6780b19329501b66bc87274928f0a65cc7e5f473.tar.bz2
zsh-6780b19329501b66bc87274928f0a65cc7e5f473.zip
docs(pyenv): fix typo (#12283)
Diffstat (limited to 'plugins/pyenv')
-rw-r--r--plugins/pyenv/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/pyenv/README.md b/plugins/pyenv/README.md
index f1ca3d288..f18fc8cfb 100644
--- a/plugins/pyenv/README.md
+++ b/plugins/pyenv/README.md
@@ -10,7 +10,7 @@ To use it, add `pyenv` to the plugins array in your zshrc file:
plugins=(... pyenv)
```
-If you receive a `Found pyenv, but it is badly configured.` error on startup, you may need to ensure that `pyenv` is initialized before the oh-my-zsh pyenv plugin is loaded. This can be achived by adding the following earlier in the `.zshrc` file than the `plugins=(...)` line:
+If you receive a `Found pyenv, but it is badly configured.` error on startup, you may need to ensure that `pyenv` is initialized before the oh-my-zsh pyenv plugin is loaded. This can be achieved by adding the following earlier in the `.zshrc` file than the `plugins=(...)` line:
```zsh
export PYENV_ROOT="$HOME/.pyenv"