From 5e1c6a7328fd6c49c49cf51b3e7a4f493fff0e13 Mon Sep 17 00:00:00 2001 From: "Matthieu Fortin (Home/Maison)" Date: Sat, 18 Oct 2025 09:10:20 -0400 Subject: [PATCH] update --- bash/.bash_profile | 3 +++ bash/.bashrc | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/bash/.bash_profile b/bash/.bash_profile index a3b7f36..c0ab055 100644 --- a/bash/.bash_profile +++ b/bash/.bash_profile @@ -8,3 +8,6 @@ export PATH="$PATH:/home/matt/.lmstudio/bin" # End of LM Studio CLI section +export PYENV_ROOT="$HOME/.pyenv" +export PATH="$PYENV_ROOT/bin:$PATH" +eval "$(pyenv init - bash)" diff --git a/bash/.bashrc b/bash/.bashrc index 1340ff5..d491b46 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -513,6 +513,11 @@ eval "$(pyenv init --path)" eval "$(pyenv 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 "$(zoxide init bash)"