Improve speed of loading scripts

This commit is contained in:
lachtan
2023-01-28 05:14:08 -01:00
committed by Martin Blazik
parent d165040dd0
commit e3920af719
2 changed files with 5 additions and 4 deletions

View File

@@ -1,6 +1,8 @@
# Initializae pyenv
if can_run pyenv; then
export PYENV_ROOT=${PYENV_ROOT:-$HOME/.pyenv}
eval "$(pyenv init -)"
if (( ! $LWS_FAST )); then
if can_run pyenv; then
export PYENV_ROOT=${PYENV_ROOT:-$HOME/.pyenv}
eval "$(pyenv init -)"
fi
fi