From 81fa47053faff574d09f38a41332f766002fbb64 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Wed, 26 Jun 2013 15:12:30 +0200 Subject: [PATCH] rbenv --- .bashrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.bashrc b/.bashrc index f5c86b3..2c0f4ad 100644 --- a/.bashrc +++ b/.bashrc @@ -70,3 +70,8 @@ complete -cf sudo # exporting editor export EDITOR='emacs' + +# rbenv +if hash rbenv 2>/dev/null; then + eval "$(rbenv init -)" +fi