Kevin Burke c9a96c9f79 Use command to run rbenv rehash
In the event that `eval "$(rbenv init -)"` is called from a function named
rbenv (which I do to get rbenv to load lazily in my shell), evaluating the
phrase `rbenv rehash` will cause the outer function to run again (causing an
infinite loop).

This change makes it clear you want the command named rbenv and not a function
which may exist in the environment.
2014-11-28 21:16:14 -08:00
..
2013-03-07 15:07:32 -05:00
2013-04-08 23:16:35 +02:00
2014-11-28 21:16:14 -08:00
2013-04-08 23:16:35 +02:00
2013-03-07 15:07:32 -05:00
2013-04-08 23:16:35 +02:00