瀏覽代碼

README: Clarify Zsh configuration

Closes #3069
pull/3077/head
Ivan Pozdeev 1 年之前
父節點
當前提交
3f2ef9e00a
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      README.md

+ 2
- 0
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

Loading…
取消
儲存