Update pyenv stuff
This commit is contained in:
1
init.zsh
1
init.zsh
@@ -309,7 +309,6 @@ fi
|
|||||||
# Pyenv
|
# Pyenv
|
||||||
if cmd_exists pyenv; then
|
if cmd_exists pyenv; then
|
||||||
export PYENV_ROOT="${HOME}/.pyenv"
|
export PYENV_ROOT="${HOME}/.pyenv"
|
||||||
[[ -d "${PYENV_ROOT/bin}" ]] && export PATH="${PYENV_ROOT}/bin:${PATH}"
|
|
||||||
eval "$(pyenv init - zsh --no-rehash)"
|
eval "$(pyenv init - zsh --no-rehash)"
|
||||||
eval "$(pyenv virtualenv-init - zsh)"
|
eval "$(pyenv virtualenv-init - zsh)"
|
||||||
__zsh_fix_pyenv_prompt() {
|
__zsh_fix_pyenv_prompt() {
|
||||||
|
|||||||
Reference in New Issue
Block a user