diff --git a/.zshrc b/.zshrc --- 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