From 9d9fa6c81ce2dd97436a6285a3ae1572bd6f64de Mon Sep 17 00:00:00 2001 From: Ben Orenstein Date: Fri, 13 Nov 2020 09:34:14 -0500 Subject: [PATCH] no more rbenv --- zshrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/zshrc b/zshrc index c6f5ec3e80..0608505401 100644 --- a/zshrc +++ b/zshrc @@ -44,6 +44,3 @@ export PATH=$PATH:~/.local/bin export HOMEBREW_AUTO_UPDATE_SECS=600000 export N_PREFIX="$HOME/n"; [[ :$PATH: == *":$N_PREFIX/bin:"* ]] || PATH+=":$N_PREFIX/bin" # Added by n-install (see http://git.io/n-install-repo). - -# rbenv -eval "$(rbenv init -)"