Christian Fredrik Johnsen df4c4cdbc9 fix: fix silly docs mistake in pyenv init.
-> Currently we get:
```zsh
pyenv init
# Load pyenv automatically by appending
# the following to
# ~/.zprofile (for login shells)
# and ~/.zshrc (for interactive shells) :

export PYENV_ROOT="$HOME/.pyenv"
[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -zsh)"
```

But it should obviously be `pyenv init - zsh`.
2024-12-22 21:55:58 +01:00
..
2024-12-22 23:22:20 +03:00
2021-02-23 22:29:56 +02:00