<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zsh.git/plugins/rvm, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cnjoe.info/git/zsh.git/atom/plugins/rvm?h=master</id>
<link rel='self' href='http://cnjoe.info/git/zsh.git/atom/plugins/rvm?h=master'/>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/'/>
<updated>2023-03-01T10:23:32Z</updated>
<entry>
<title>feat(rvm): add `rb32` alias (#11533)</title>
<updated>2023-03-01T10:23:32Z</updated>
<author>
<name>Julian Suarez</name>
<email>49501306+jsred@users.noreply.github.com</email>
</author>
<published>2023-03-01T10:23:32Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=a4a9a8cd8ccb4240a7c5df5f6766bd5340646e63'/>
<id>urn:sha1:a4a9a8cd8ccb4240a7c5df5f6766bd5340646e63</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(rvm): add `rb31` shortcut to use ruby 3.1 (#10745)</title>
<updated>2022-03-07T09:58:18Z</updated>
<author>
<name>Ivan</name>
<email>c.ivan.felix.r@gmail.com</email>
</author>
<published>2022-03-07T09:58:18Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=93b348b172506be46000f3be1cebda76d4c71999'/>
<id>urn:sha1:93b348b172506be46000f3be1cebda76d4c71999</id>
<content type='text'>
</content>
</entry>
<entry>
<title>style: declare globals properly</title>
<updated>2022-01-05T08:23:54Z</updated>
<author>
<name>Marc Cornellà</name>
<email>hello@mcornella.com</email>
</author>
<published>2022-01-05T08:10:32Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=d3bb52d7d825f2a6ce2e1c76ca472b05c6f27b40'/>
<id>urn:sha1:d3bb52d7d825f2a6ce2e1c76ca472b05c6f27b40</id>
<content type='text'>
By default, `typeset` defines variables locally unless in the main scope.
This is specially bad when using `omz plugin load`, which happens inside
a function, so the declared variables don't continue being defined when
the function finishes and the main scope reappears.
</content>
</entry>
<entry>
<title>refactor(rvm): clean up `rb*` utilities definition and add more versions</title>
<updated>2021-12-28T21:13:59Z</updated>
<author>
<name>Marc Cornellà</name>
<email>hello@mcornella.com</email>
</author>
<published>2021-12-28T21:09:11Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=8861d5c3a7274148cd48b49225cd5f4a0ed363a1'/>
<id>urn:sha1:8861d5c3a7274148cd48b49225cd5f4a0ed363a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(rvm): add latest `rb*` utility functions (#9812)</title>
<updated>2021-12-28T20:41:08Z</updated>
<author>
<name>Vsevolod Voloshyn</name>
<email>seva.voloshin@gmail.com</email>
</author>
<published>2021-12-28T20:41:08Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=92a862083b2878e5bc090c121aba11c048f90320'/>
<id>urn:sha1:92a862083b2878e5bc090c121aba11c048f90320</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(rvm): add alias `rvms` (#10219)</title>
<updated>2021-12-18T00:14:14Z</updated>
<author>
<name>Celestino Gomes</name>
<email>tinorj@gmail.com</email>
</author>
<published>2021-12-18T00:14:14Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=3a3a44c7b583d5518f28c8679298256bdbd0780b'/>
<id>urn:sha1:3a3a44c7b583d5518f28c8679298256bdbd0780b</id>
<content type='text'>
* feat(rvm): add alias `rvms`

* docs(rvm): new alias `rvms`</content>
</entry>
<entry>
<title>Clean up plugin READMEs and a few plugins</title>
<updated>2020-03-11T18:57:46Z</updated>
<author>
<name>Marc Cornellà</name>
<email>marc.cornella@live.com</email>
</author>
<published>2020-03-11T18:57:46Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=610b2529d2213a70e3d1153a9baf046c22f298b9'/>
<id>urn:sha1:610b2529d2213a70e3d1153a9baf046c22f298b9</id>
<content type='text'>
- fasd
- history
- mercurial
- pylint
- repo
- yii2
</content>
</entry>
<entry>
<title>Adding README for rvm</title>
<updated>2019-10-03T00:30:22Z</updated>
<author>
<name>Zach Whitten</name>
<email>zwhitten@gmail.com</email>
</author>
<published>2019-10-03T00:30:22Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=188eff0653a078ecf67e0a1c6b72de8d61384986'/>
<id>urn:sha1:188eff0653a078ecf67e0a1c6b72de8d61384986</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rvm plugin: Fix `gems` to work with GNU sed</title>
<updated>2015-08-15T06:19:02Z</updated>
<author>
<name>Chayoung You</name>
<email>yousbe@gmail.com</email>
</author>
<published>2015-08-15T06:19:02Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=d20c111d78f52dfe81bc632532774d3715feb4e3'/>
<id>urn:sha1:d20c111d78f52dfe81bc632532774d3715feb4e3</id>
<content type='text'>
Fix #1579.
</content>
</entry>
<entry>
<title>Update rvm.plugin.zsh</title>
<updated>2014-07-31T20:30:15Z</updated>
<author>
<name>Adam Poskitt</name>
<email>admpsktt@gmail.com</email>
</author>
<published>2014-07-31T20:30:15Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=e5ac5009a4c5efbc1b9916d74d082ffc32761a4c'/>
<id>urn:sha1:e5ac5009a4c5efbc1b9916d74d082ffc32761a4c</id>
<content type='text'>
Ruby 2.1.1 -&gt; Ruby 2.1.2.</content>
</entry>
</feed>
