summaryrefslogtreecommitdiff
path: root/plugins/rvm/rvm.plugin.zsh
AgeCommit message (Collapse)Author
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