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