# HG changeset patch # User Meredith Howard # Date 1486939035 18000 # Node ID 199b08808ed5f37a5c043b6b2f351b03a553afea # Parent d596509d91f004447a643d9e10e07daf7f2906b0 using asdf instead of rb/ndenv now diff --git a/.bashrc b/.bashrc --- a/.bashrc +++ b/.bashrc @@ -13,11 +13,6 @@ if path-prepend "$HOME/.plenv/bin"; then eval "$(plenv init -)" fi -if path-prepend "$HOME/.rbenv/bin"; then - eval "$(rbenv init -)" -fi - - if [ -f ~/.bashrc.local ]; then source ~/.bashrc.local fi diff --git a/.zshrc b/.zshrc --- a/.zshrc +++ b/.zshrc @@ -1,14 +1,13 @@ typeset -U path manpath omz_plugins zsh_plugins envthings # Version/environment management tools to load -envthings=(plenv rbenv ndenv rakudobrew) +envthings=(plenv rakudobrew) DISABLE_AUTO_UPDATE="true" # DISABLE_AUTO_TITLE="true" COMPLETION_WAITING_DOTS="true" DISABLE_UNTRACKED_FILES_DIRTY="true" - omz_plugins=( plugins/common-aliases plugins/gitfast