diff --git a/plugins/ruby/README.md b/plugins/ruby/README.md index d2beeb4b3..76afc79f6 100644 --- a/plugins/ruby/README.md +++ b/plugins/ruby/README.md @@ -29,4 +29,3 @@ plugins=(... ruby) | gl | `gem lock` | Generate a lockdown list of gems | | go | `gem open` | Open gem source in default editor | | goe | `gem open -e` | Open gem sources in preferred editor | - diff --git a/plugins/ruby/ruby.plugin.zsh b/plugins/ruby/ruby.plugin.zsh index a7583497c..c235b6b69 100644 --- a/plugins/ruby/ruby.plugin.zsh +++ b/plugins/ruby/ruby.plugin.zsh @@ -1,5 +1,4 @@ -# TODO: Make this compatible with rvm. -# Run sudo gem on the system ruby, not the active ruby. +# Run sudo gem on the system ruby, not the active ruby alias sgem='sudo gem' # Find ruby file