Skip to content

Commit

Permalink
pyenv should be in zshrc
Browse files Browse the repository at this point in the history
  • Loading branch information
codevbus committed Oct 2, 2024
1 parent 2db568c commit 6f866f3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ alias cat='bat'
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm

# pyenv
export PYENV_ROOT="$HOME/.pyenv"
[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
PATH="$PATH:$(pyenv root)/shims:/usr/local/bin:/usr/bin:/bin:$HOME/.local/bin"

# fzf integration
source <(fzf --zsh)
Expand Down

0 comments on commit 6f866f3

Please sign in to comment.