diff --git a/Configs/ZSHShell/.zprofile b/Configs/ZSHShell/.zprofile new file mode 100644 index 0000000..8fa4eb8 --- /dev/null +++ b/Configs/ZSHShell/.zprofile @@ -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 -)" +################################ +