aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%/.profile
diff options
context:
space:
mode:
Diffstat (limited to '%HOME%/.profile')
-rw-r--r--%HOME%/.profile6
1 files changed, 6 insertions, 0 deletions
diff --git a/%HOME%/.profile b/%HOME%/.profile
index 2595534..e85e2d2 100644
--- a/%HOME%/.profile
+++ b/%HOME%/.profile
@@ -82,6 +82,12 @@ python_setup python3 python
[ -r "$HOME/.pythonrc" ] && export PYTHONSTARTUP="$HOME/.pythonrc"
+pyenv_setup() {
+ command -v pyenv > /dev/null && eval "$( pyenv init - )"
+}
+
+pyenv_setup
+
# ssh-agent
kill_ssh_agent() {