Commit graph

7 commits

Author SHA1 Message Date
Peter Jaros
c4a5ac62c8 Base rbenv plugin on the rbenv in the path.
Rather than do our own searching, this gives the user full control of
the PATH variable and of the search order for rbenv.  It's also probably
faster, since we let zsh do the searching for us.
2012-05-17 15:07:50 -04:00
Dylan Markow
bf529e7d63 Simplify alternate search for rbenv executable.
Rather than iterating over the entire $PATH, just try `which rbenv`
similar to the Bundler plugin.
2012-02-09 15:33:32 -08:00
Dylan Markow
738ce0caba Correct typo of rbbindir to bin 2012-02-03 18:47:21 -08:00
Dylan Markow
c0af189b3c Search additional locations for rbenv executable if first check fails. 2012-02-03 18:44:40 -08:00
Dylan Markow
6402e8b599 rbenv plugin now properly finds homebrew-installed rbenv (fixes #878) 2012-01-30 14:53:26 -08:00
Peter Hoeg
31cddcd324 fix: rbenv: I need to find a proper way to test changes... 2011-10-20 15:27:49 +08:00
Peter Hoeg
a5545bd31c add: rbenv plugin 2011-10-20 14:12:56 +08:00