Add: zprofile config & PyEnv init

This commit is contained in:
Aroy-Art 2025-05-14 23:54:36 +02:00
parent 7f894416e1
commit 885dade6ba
Signed by: Aroy
GPG key ID: DB9689E9391DD156

View file

@ -0,0 +1,9 @@
################################
#------------ PyEnv -----------#
export PYENV_ROOT="$HOME/.pyenv"
command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
#----------- Plugins ----------#
eval "$(pyenv virtualenv-init -)"
################################