diff options
Diffstat (limited to 'plugins/ruby/ruby.plugin.zsh')
-rw-r--r-- | plugins/ruby/ruby.plugin.zsh | 3 |
1 files changed, 1 insertions, 2 deletions
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 |