Remove pyenv virtualenv-init — uv handles virtual environments
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
5
zshrc
5
zshrc
@@ -129,11 +129,6 @@ source $ZSH/oh-my-zsh.sh
|
|||||||
export NVM_QUIET=1
|
export NVM_QUIET=1
|
||||||
typeset -g POWERLEVEL9K_INSTANT_PROMPT=quiet
|
typeset -g POWERLEVEL9K_INSTANT_PROMPT=quiet
|
||||||
|
|
||||||
# Python environment - virtualenv-init (interactive only, base pyenv init is in .zshenv)
|
|
||||||
if command -v pyenv 1>/dev/null 2>&1; then
|
|
||||||
eval "$(pyenv virtualenv-init -)"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Docker
|
# Docker
|
||||||
source $HOME/.docker/init-zsh.sh || true
|
source $HOME/.docker/init-zsh.sh || true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user