add pyenv support

This commit is contained in:
Ray Elliott 2026-01-22 14:51:50 +00:00
parent d64f2c560a
commit ba729f00b3
1 changed files with 8 additions and 0 deletions

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 -)"