diff --git a/zsh/config.d/zshrc b/zsh/config.d/zshrc index 789492f..a6e93b8 100644 --- a/zsh/config.d/zshrc +++ b/zsh/config.d/zshrc @@ -167,16 +167,9 @@ if command -v rbenv > /dev/null; then eval "$(rbenv init -)" fi -if command -v pyenv > /dev/null; then - eval "$(pyenv init -)" -fi - if command -v nodenv > /dev/null; then eval "$(nodenv init -)" -fi - -if command -v nodebrew > /dev/null; then - export PATH=$HOME/.nodebrew/current/bin:$PATH + export PATH=$PATH:"$(npm get prefix --global)/bin" fi if command -v nvim > /dev/null; then