using asdf instead of rb/ndenv now

Sun, 12 Feb 2017 17:37:15 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Sun, 12 Feb 2017 17:37:15 -0500
changeset 515
199b08808ed5
parent 514
d596509d91f0
child 516
cd0a42394535

using asdf instead of rb/ndenv now

.bashrc file | annotate | diff | comparison | revisions
.zshrc file | annotate | diff | comparison | revisions
--- 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
--- 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

mercurial