Commit e703c959 authored by Andrew Hodges's avatar Andrew Hodges
Browse files

Helpful Listing Aliases

Add alias to list installed rubies. Add alias to list gemsets in active ruby.
parent 3e433165
...@@ -2,6 +2,9 @@ fpath=($ZSH/plugins/rvm $fpath) ...@@ -2,6 +2,9 @@ fpath=($ZSH/plugins/rvm $fpath)
autoload -U compinit autoload -U compinit
compinit -i compinit -i
alias rubies='rvm list rubies'
alias gemsets='rvm gemset list'
local ruby18='ruby-1.8.7-p334' local ruby18='ruby-1.8.7-p334'
local ruby19='ruby-1.9.2-p180' local ruby19='ruby-1.9.2-p180'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment