add pyenv support

This commit is contained in:
Ray Elliott 2026-01-22 14:51:50 +00:00
commit ba729f00b3

8
bashrc
View file

@ -329,3 +329,11 @@ random-bg() {
echo "#$color"
xsetroot -solid "#$color"
}
# opencode
export PATH=/home/ray/.opencode/bin:$PATH
#pyenv
export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"