Add: zprofile config & PyEnv init
This commit is contained in:
parent
7f894416e1
commit
885dade6ba
1 changed files with 9 additions and 0 deletions
9
Configs/ZSHShell/.zprofile
Normal file
9
Configs/ZSHShell/.zprofile
Normal 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 -)"
|
||||
################################
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue