Ver a proveniência

README: Clarify Zsh configuration

Closes #3069
pull/3077/head
Ivan Pozdeev há 1 ano
ascendente
cometimento
3f2ef9e00a
1 ficheiros alterados com 2 adições e 0 eliminações
  1. +2
    -0
      README.md

+ 2
- 0
README.md Ver ficheiro

@ -329,6 +329,8 @@ See [Advanced configuration](#advanced-configuration) for details and more confi
~~~ ~~~
- For **Zsh**: - For **Zsh**:
Run the following to add the commands to `~/.zshrc`:
~~~ zsh ~~~ zsh
echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.zshrc echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.zshrc
echo '[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.zshrc echo '[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.zshrc

Carregando…
Cancelar
Guardar