0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-12 04:01:14 +02:00
Commit graph

27 commits

Author SHA1 Message Date
Julian Suarez
a4a9a8cd8c
feat(rvm): add rb32 alias (#11533) 2023-03-01 11:23:32 +01:00
Ivan
93b348b172
feat(rvm): add rb31 shortcut to use ruby 3.1 (#10745) 2022-03-07 10:58:18 +01:00
Marc Cornellà
d3bb52d7d8
style: declare globals properly
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.
2022-01-05 09:23:54 +01:00
Marc Cornellà
8861d5c3a7
refactor(rvm): clean up rb* utilities definition and add more versions 2021-12-28 22:13:59 +01:00
Vsevolod Voloshyn
92a862083b
feat(rvm): add latest rb* utility functions (#9812) 2021-12-28 21:41:08 +01:00
Celestino Gomes
3a3a44c7b5
feat(rvm): add alias rvms (#10219)
* feat(rvm): add alias `rvms`

* docs(rvm): new alias `rvms`
2021-12-17 16:14:14 -08:00
Marc Cornellà
610b2529d2 Clean up plugin READMEs and a few plugins
- fasd
- history
- mercurial
- pylint
- repo
- yii2
2020-03-11 19:57:46 +01:00
Zach Whitten
188eff0653 Adding README for rvm 2019-10-02 20:30:22 -04:00
Chayoung You
d20c111d78 rvm plugin: Fix gems to work with GNU sed
Fix #1579.
2015-08-15 15:19:02 +09:00
Adam Poskitt
e5ac5009a4 Update rvm.plugin.zsh
Ruby 2.1.1 -> Ruby 2.1.2.
2014-07-31 21:30:15 +01:00
Stanislav Schultz
b2ea7d3ec1 Add Ruby 2.1.1 support to rvm plugin 2014-03-28 20:25:13 +03:00
Robby Russell
0582bd193c Merge pull request #1763 from jonilicious/master
RVM plugin - Fixes wrong variable used in 'rb20' function
2013-09-19 06:58:51 -07:00
Brandon Black
644728bd22 rvm plugin: update to ruby version helpers and rvm-update
* the current patch levels hard-coded here are pretty dated. I updated the ruby version helpers to use loose ruby version matchers so they don't continually need to be updated with every new patch level release.

* `rvm get head` actually performs an `rvm reload` in the post install. there's no need to do again here in rvm-update so I've removed that.
2013-06-27 11:46:41 -07:00
Joni Chandra
2f7479b5cb Update the wrong variable used in rb20 function. Fixes #1762
Signed-off-by: Joni Chandra <joniliciously@gmail.com>
2013-04-26 11:31:02 +07:00
Zoltan Debre
0b3d560866 Update rvm.plugin.zsh to the latest ruby versions
Ruby version numbers update:
1.8.7-p371
1.9.3-p392
2.0.0-p0
2013-04-17 15:07:11 +02:00
Peter Bomars
ccdc5518f0 Update plugins/rvm/rvm.plugin.zsh
1) be gentle - first git pull request
2) added ruby 2.0.0 alias and function
2013-02-14 00:18:12 -08:00
Robby Russell
228c3fc89f Merge pull request #1301 from bencao/master
fix rvm plugin auto complete not work problem
2012-12-02 13:04:14 -08:00
Jeong Mok Cho
7d9518d48d Use rvm completion from ~/.rvm/scripts/zsh/Completion 2012-11-19 17:04:10 +09:00
Ben Cao
fa859f90d2 fix rvm auto complete, pointing to $rvm_path 2012-09-03 11:51:28 +08:00
Andreas Steinel
967e84ebaa multiple versions could occur and should also be highlighted 2011-12-29 02:22:40 +01:00
Andrew Hodges
9801ad6453 Remove Uneeded Lines 2011-05-30 11:10:35 -04:00
Andrew Hodges
1e3b441ce7 Rollback of Pull #366
sorin-ionescu had some good points.
2011-05-30 10:09:00 -04:00
Andrew Hodges
572b27b757 Gem List Helper
Add helper function to list gems in a pretty way (only with rvm, for now). Add
missng EOF newline and a todo to the ruby plugin.
2011-05-28 10:50:06 -04:00
Andrew Hodges
9f34bbedc8 RVM Update Helpers
Add helper function to get rvm head. Add helper function to link zsh
completion that comes with rvm into om-my-zsh plugin directory, but don't
overwrite the completion that comes with oh-my-zsh (oh-my-zsh's completion is
better, but I want to be able to compare).
2011-05-28 10:35:54 -04:00
Andrew Hodges
e703c9591c Helpful Listing Aliases
Add alias to list installed rubies. Add alias to list gemsets in active ruby.
2011-05-28 10:23:06 -04:00
Andrew Hodges
3e43316550 Ruby Switching Helpers
Add helper functions to switch gemsets on ruby-1.8.7-p334 and ruby-1.9.2-p180.
Add completion definitions for helper functions.
2011-05-28 10:16:06 -04:00
Christopher Chow
7f69551498 Add tab completion for rvm. 2011-02-23 02:56:25 +11:00