diff --git a/.bashrc b/.bashrc --- a/.bashrc +++ b/.bashrc @@ -11,10 +11,6 @@ for DIR in bin .cargo/bin .local/bin go/ path-prepend "$HOME/$DIR" done -if path-prepend "$HOME/.plenv/bin"; then - eval "$(plenv init -)" -fi - if [ -f ~/.bashrc.local ]; then source ~/.bashrc.local fi