.bashrc

changeset 964
72a7a0ffbce8
parent 893
3b53619431ed
child 968
0db164e368c5
--- 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

mercurial