Compare commits

..

6 Commits

Author SHA1 Message Date
9247e7de79 Update submodules 2025-08-02 15:52:34 +09:00
d41f82c771 Update submodules 2025-06-29 18:49:21 +09:00
c77fa00f98 Fix pyenv 2025-06-21 18:28:35 +09:00
da8cc2b511 Update submodules 2025-05-19 22:16:31 +09:00
ef9c4afff3 Update submodules 2025-04-30 21:43:41 +09:00
9dcf45baa5 Update submodules 2025-04-17 21:28:52 +09:00
5 changed files with 12 additions and 4 deletions

View File

@ -305,6 +305,14 @@ if cmd_exists pyenv; then
export PYENV_ROOT="${HOME}/.pyenv"
[[ -d "${PYENV_ROOT/bin}" ]] && export PATH="${PYENV_ROOT}/bin:${PATH}"
eval "$(pyenv init - zsh)"
eval "$(pyenv virtualenv-init - zsh)"
__zsh_fix_pyenv_prompt() {
if [[ -v _OLD_VIRTUAL_PS1 ]]; then
PS1="${_OLD_VIRTUAL_PS1}"
unset _OLD_VIRTUAL_PS1
fi
}
precmd_functions+=(__zsh_fix_pyenv_prompt)
fi
# Bookmarks