From: Tony Duckles Date: Sun, 28 May 2017 15:17:50 +0000 (-0500) Subject: .bash_profile: Remove rbenv handling X-Git-Url: http://git.nynim.org/dotfiles.git/commitdiff_plain/c39ee77df3cf713c2f3447aec4bf9f9f33a9fab2 .bash_profile: Remove rbenv handling --- 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