mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
Added alias at rvm plugin
This commit is contained in:
parent
d9ef52ba31
commit
60e209325d
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ fpath=($rvm_path/scripts/zsh/Completion $fpath)
|
|||
|
||||
alias rubies='rvm list rubies'
|
||||
alias gemsets='rvm gemset list'
|
||||
alias rvms='rvm gemset'
|
||||
|
||||
local ruby18='ruby-1.8.7-p334'
|
||||
local ruby19='ruby-1.9.3-p194'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue