aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2025-05-08 23:59:48 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2025-05-08 23:59:48 +0100
commit2cce948b15131e24a3c4649828ec5b646d78233d (patch)
tree66237c4cd41733b0c2a1de47e4e28801726bd351
parent536e1b3a68e153ffd39f55d2f3346c354f168167 (diff)
downloaddotfiles-2cce948b15131e24a3c4649828ec5b646d78233d.tar.gz
dotfiles-2cce948b15131e24a3c4649828ec5b646d78233d.tar.bz2
dotfiles-2cce948b15131e24a3c4649828ec5b646d78233d.zip
Add pyenv
-rw-r--r--Shell/.zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/Shell/.zshrc b/Shell/.zshrc
index bb850b7..f935115 100644
--- a/Shell/.zshrc
+++ b/Shell/.zshrc
@@ -133,3 +133,6 @@ eval $(opam env)
fi
[ -f "/home/oreo/.ghcup/env" ] && . "/home/oreo/.ghcup/env" # ghcup-env
+export PYENV_ROOT="$HOME/.pyenv"
+[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"
+eval "$(pyenv init - zsh)"