summaryrefslogtreecommitdiff
path: root/plugins/rvm/rvm.plugin.zsh
AgeCommit message (Collapse)Author
2013-06-27rvm plugin: update to ruby version helpers and rvm-updateBrandon Black
* 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-04-17Update rvm.plugin.zsh to the latest ruby versionsZoltan Debre
Ruby version numbers update: 1.8.7-p371 1.9.3-p392 2.0.0-p0
2013-02-14Update plugins/rvm/rvm.plugin.zshPeter Bomars
1) be gentle - first git pull request 2) added ruby 2.0.0 alias and function
2012-12-02Merge pull request #1301 from bencao/masterRobby Russell
fix rvm plugin auto complete not work problem
2012-11-19Use rvm completion from ~/.rvm/scripts/zsh/CompletionJeong Mok Cho
2012-09-03fix rvm auto complete, pointing to $rvm_pathBen Cao
2011-12-29multiple versions could occur and should also be highlightedAndreas Steinel
2011-05-30Remove Uneeded LinesAndrew Hodges
2011-05-30Rollback of Pull #366Andrew Hodges
sorin-ionescu had some good points.
2011-05-28Gem List HelperAndrew Hodges
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-28RVM Update HelpersAndrew Hodges
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-28Helpful Listing AliasesAndrew Hodges
Add alias to list installed rubies. Add alias to list gemsets in active ruby.
2011-05-28Ruby Switching HelpersAndrew Hodges
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-02-23Add tab completion for rvm.Christopher Chow