.zshrc

changeset 964
72a7a0ffbce8
parent 950
7980dce66a7a
child 1001
0597cb8f2d07
--- a/.zshrc
+++ b/.zshrc
@@ -1,8 +1,5 @@
 typeset -U omz_plugins zsh_plugins envthings
 
-# Version/environment management tools to load
-envthings=(plenv rakudobrew)
-
 DISABLE_AUTO_UPDATE="true"
 # DISABLE_AUTO_TITLE="true"
 COMPLETION_WAITING_DOTS="true"
@@ -65,13 +62,6 @@ zstyle -e ':completion:*:(ssh|scp|sftp|r
 
 source ~/.profile.common
 
-for envthing in $envthings; do
-  if [ -d ~/.$envthing ]; then
-    path[1,0]="$HOME/.$envthing/bin"
-    eval "$($envthing init - zsh)"
-  fi
-done
-
 if [ -f ~/.zshrc.local ]; then
   source ~/.zshrc.local
 fi

mercurial