Julian Suarez
a4a9a8cd8c
feat(rvm): add `rb32` alias ( #11533 )
3 years ago
Ivan
93b348b172
feat(rvm): add `rb31` shortcut to use ruby 3.1 ( #10745 )
4 years ago
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.
4 years ago
Marc Cornellà
8861d5c3a7
refactor(rvm): clean up `rb*` utilities definition and add more versions
4 years ago
Vsevolod Voloshyn
92a862083b
feat(rvm): add latest `rb*` utility functions ( #9812 )
4 years ago
Celestino Gomes
3a3a44c7b5
feat(rvm): add alias `rvms` ( #10219 )
...
* feat(rvm): add alias `rvms`
* docs(rvm): new alias `rvms`
4 years ago
Marc Cornellà
610b2529d2
Clean up plugin READMEs and a few plugins
...
- fasd
- history
- mercurial
- pylint
- repo
- yii2
6 years ago
Zach Whitten
188eff0653
Adding README for rvm
7 years ago
Chayoung You
d20c111d78
rvm plugin: Fix `gems` to work with GNU sed
...
Fix #1579 .
11 years ago
Adam Poskitt
e5ac5009a4
Update rvm.plugin.zsh
...
Ruby 2.1.1 -> Ruby 2.1.2.
12 years ago
Stanislav Schultz
b2ea7d3ec1
Add Ruby 2.1.1 support to rvm plugin
12 years ago
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.
13 years ago
Joni Chandra
2f7479b5cb
Update the wrong variable used in rb20 function. Fixes #1762
...
Signed-off-by: Joni Chandra <joniliciously@gmail.com>
13 years ago
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
13 years ago
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
13 years ago
Jeong Mok Cho
7d9518d48d
Use rvm completion from ~/.rvm/scripts/zsh/Completion
14 years ago
Ben Cao
fa859f90d2
fix rvm auto complete, pointing to $rvm_path
14 years ago
Andreas Steinel
967e84ebaa
multiple versions could occur and should also be highlighted
14 years ago
Andrew Hodges
9801ad6453
Remove Uneeded Lines
15 years ago
Andrew Hodges
1e3b441ce7
Rollback of Pull #366
...
sorin-ionescu had some good points.
15 years ago
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.
15 years ago
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).
15 years ago
Andrew Hodges
e703c9591c
Helpful Listing Aliases
...
Add alias to list installed rubies. Add alias to list gemsets in active ruby.
15 years ago
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.
15 years ago
Christopher Chow
7f69551498
Add tab completion for rvm.
15 years ago