This commit is contained in:
Matthieu Fortin (Home/Maison) 2025-10-18 09:10:20 -04:00
parent ab16dc77f8
commit 5e1c6a7328
2 changed files with 8 additions and 0 deletions

View file

@ -8,3 +8,6 @@
export PATH="$PATH:/home/matt/.lmstudio/bin" export PATH="$PATH:/home/matt/.lmstudio/bin"
# End of LM Studio CLI section # End of LM Studio CLI section
export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init - bash)"

View file

@ -513,6 +513,11 @@ eval "$(pyenv init --path)"
eval "$(pyenv init -)" eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)" eval "$(pyenv virtualenv-init -)"
export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init - bash)"
# Install Starship - curl -sS https://starship.rs/install.sh | sh
eval "$(starship init bash)" eval "$(starship init bash)"
eval "$(zoxide init bash)" eval "$(zoxide init bash)"