From 3f2ef9e00afcdca2aadd07a4294269291dd8cc62 Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Sat, 28 Sep 2024 21:04:59 +0300 Subject: [PATCH] README: Clarify Zsh configuration Closes #3069 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 32a0cdb2..a801abfc 100644 --- a/README.md +++ b/README.md @@ -329,6 +329,8 @@ See [Advanced configuration](#advanced-configuration) for details and more confi ~~~ - For **Zsh**: + + Run the following to add the commands to `~/.zshrc`: ~~~ zsh echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.zshrc echo '[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.zshrc