Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
e703c959
Commit
e703c959
authored
May 28, 2011
by
Andrew Hodges
Browse files
Helpful Listing Aliases
Add alias to list installed rubies. Add alias to list gemsets in active ruby.
parent
3e433165
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/rvm/rvm.plugin.zsh
View file @
e703c959
...
...
@@ -2,6 +2,9 @@ fpath=($ZSH/plugins/rvm $fpath)
autoload
-U
compinit
compinit
-i
alias
rubies
=
'rvm list rubies'
alias
gemsets
=
'rvm gemset list'
local
ruby18
=
'ruby-1.8.7-p334'
local
ruby19
=
'ruby-1.9.2-p180'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment