update
This commit is contained in:
parent
ab16dc77f8
commit
5e1c6a7328
2 changed files with 8 additions and 0 deletions
|
|
@ -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)"
|
||||
|
|
|
|||
|
|
@ -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)"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue