From c39ee77df3cf713c2f3447aec4bf9f9f33a9fab2 Mon Sep 17 00:00:00 2001 From: Tony Duckles Date: Sun, 28 May 2017 10:17:50 -0500 Subject: [PATCH] .bash_profile: Remove rbenv handling --- .bash_profile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.bash_profile b/.bash_profile index aa883ac..1122b04 100644 --- a/.bash_profile +++ b/.bash_profile @@ -20,8 +20,3 @@ test -n "$keychain" && \ fi } unset keychain - -# rbenv -rbenv=$(type -P rbenv) -test -n "$rbenv" && eval "$(rbenv init -)" -unset rbenv -- 2.43.0