add pyenv support
This commit is contained in:
parent
d64f2c560a
commit
ba729f00b3
1 changed files with 8 additions and 0 deletions
8
bashrc
8
bashrc
|
|
@ -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 -)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue