<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zsh.git/plugins/rbenv, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cnjoe.info/git/zsh.git/atom/plugins/rbenv?h=master</id>
<link rel='self' href='http://cnjoe.info/git/zsh.git/atom/plugins/rbenv?h=master'/>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/'/>
<updated>2021-12-13T16:43:32Z</updated>
<entry>
<title>fix: quote % characters in ruby prompt info functions</title>
<updated>2021-12-13T16:43:32Z</updated>
<author>
<name>Marc Cornellà</name>
<email>hello@mcornella.com</email>
</author>
<published>2021-12-13T16:43:32Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=9a3d853481645ae0f961e9cc8421fc5d84e2c3c3'/>
<id>urn:sha1:9a3d853481645ae0f961e9cc8421fc5d84e2c3c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>style(rbenv): adapt to code style</title>
<updated>2021-12-13T16:42:17Z</updated>
<author>
<name>Marc Cornellà</name>
<email>hello@mcornella.com</email>
</author>
<published>2021-12-13T16:42:17Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=59cb231692a171887e064fc4002da387718aaea9'/>
<id>urn:sha1:59cb231692a171887e064fc4002da387718aaea9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rbenv: fix current_gemset</title>
<updated>2020-07-30T16:20:30Z</updated>
<author>
<name>Marc Cornellà</name>
<email>marc.cornella@live.com</email>
</author>
<published>2020-07-30T16:20:30Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=8755c5f101f801738dd249c7685dcf30dd03a7b2'/>
<id>urn:sha1:8755c5f101f801738dd249c7685dcf30dd03a7b2</id>
<content type='text'>
Fixes #8925
Co-authored-by: Josh Goodall &lt;inopinatus@inopinatus.org&gt;
</content>
</entry>
<entry>
<title>rbenv: fix redirect in current_gemset</title>
<updated>2020-05-23T17:05:32Z</updated>
<author>
<name>Marc Cornellà</name>
<email>marc.cornella@live.com</email>
</author>
<published>2020-05-23T17:03:49Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=3f245edf1be1592e70d6deca6b3ecb8abf8e1356'/>
<id>urn:sha1:3f245edf1be1592e70d6deca6b3ecb8abf8e1356</id>
<content type='text'>
Fixes #8925
Related #4688
</content>
</entry>
<entry>
<title>rbenv: fix rbenv_prompt_info prefix and suffix (#3764)</title>
<updated>2020-03-04T08:21:02Z</updated>
<author>
<name>chieping</name>
<email>takashi.honda.01@gmail.com</email>
</author>
<published>2020-03-04T08:21:02Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=76fb7a258be3cfd21d2e03a5c612b6d3bce18eca'/>
<id>urn:sha1:76fb7a258be3cfd21d2e03a5c612b6d3bce18eca</id>
<content type='text'>
Closes #3764
</content>
</entry>
<entry>
<title>rbenv: add README (#8293)</title>
<updated>2019-10-20T18:16:37Z</updated>
<author>
<name>Kenny Heaton</name>
<email>kenny.heaton@life.church</email>
</author>
<published>2019-10-20T18:16:37Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=a7c740b1d7d0033c6de118439c7935962b2a5c2a'/>
<id>urn:sha1:a7c740b1d7d0033c6de118439c7935962b2a5c2a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rbenv: improve rbenv loading based on pyenv (#7626)</title>
<updated>2019-05-08T07:51:05Z</updated>
<author>
<name>Thomas Kriechbaumer</name>
<email>Kriechi@users.noreply.github.com</email>
</author>
<published>2019-05-08T07:51:05Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=20ecca2ba9a9cf88a48fdfc48c4d3e2718752843'/>
<id>urn:sha1:20ecca2ba9a9cf88a48fdfc48c4d3e2718752843</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Set RBENV_ROOT to "$HOME/.rbenv" if not already set (#6324)</title>
<updated>2017-11-06T14:43:03Z</updated>
<author>
<name>Nicolas Cavigneaux</name>
<email>nico@bounga.org</email>
</author>
<published>2017-11-06T14:43:03Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=9dab0af11f22f91c98a77892a14b16ca7fa7fbb4'/>
<id>urn:sha1:9dab0af11f22f91c98a77892a14b16ca7fa7fbb4</id>
<content type='text'>
This is the default behavior of rbenv and what users are expecting
most of the time.

It allows users to have their own set of rubies and gems. It also
prevents losing all rubies when rbenv is updated using Homebrew which
is not true when RBENV_ROOT is set to /usr/local/opt/rbenv.</content>
</entry>
<entry>
<title>reduce rbenv plugin load time by 150ms by removing additional brew call</title>
<updated>2015-08-15T19:54:46Z</updated>
<author>
<name>Gabe Martin-Dempesy</name>
<email>gabe@mudbugmedia.com</email>
</author>
<published>2015-08-15T19:54:46Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=daedfcab510b01d566a2dff6bc94a9e91a563a18'/>
<id>urn:sha1:daedfcab510b01d566a2dff6bc94a9e91a563a18</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update plugins/rbenv/rbenv.plugin.zsh</title>
<updated>2014-05-28T09:19:47Z</updated>
<author>
<name>Andrey Koleshko</name>
<email>ka8725@gmail.com</email>
</author>
<published>2013-01-14T09:46:01Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=80828cd0d3d415b49530c0f7e989f6d251427985'/>
<id>urn:sha1:80828cd0d3d415b49530c0f7e989f6d251427985</id>
<content type='text'>
Fix rbenv plugin for OS X latest homebrew
</content>
</entry>
</feed>
