pyenv stuff

This commit is contained in:
2022-02-17 10:31:59 +01:00
parent 1280d2360d
commit f526d17524
2 changed files with 10 additions and 1 deletions
+6
View File
@@ -7,3 +7,9 @@ for file in ~/.config/shell/{path,exports,aliases,functions,extra}; do
[ -r "$file" ] && [ -f "$file" ] && source "$file";
done;
unset file;
# Setup pyenv, if it is installed:
if [ -x "$(command -v pyenv)" ]; then
eval "$(pyenv init --path)"
eval "$(pyenv init -)"
fi