update configs

This commit is contained in:
2024-11-11 02:30:59 +01:00
parent a0fb1d31f3
commit 5714f8612c
14 changed files with 495 additions and 171 deletions

View File

@ -1,3 +1,3 @@
export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init --path)"
[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"