Skip to content

Commit

Permalink
add pyenv setup to bashrc
Browse files Browse the repository at this point in the history
  • Loading branch information
nettleton committed Feb 6, 2024
1 parent ea0466a commit 653c1f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dot_bashrc.mine
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,9 @@ alias h="cd ~"
alias l="exa --git --icons -alh"
alias vi="nvim"

export PYENV_ROOT="$HOME/.pyenv"
command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"

eval "$(starship init bash)"

0 comments on commit 653c1f0

Please sign in to comment.