initial env

This commit is contained in:
Sebastian Rust
2024-06-09 19:01:16 +02:00
commit d353787c1a
28 changed files with 113 additions and 0 deletions

3
dot_env.d/pyenv.enabled Normal file
View File

@@ -0,0 +1,3 @@
export PYENV_ROOT="$HOME/.local/pyenv"
command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"