From 4b1f6d638f0783e05a9d2601ee0e1fd902416491 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Cornell=C3=A0?= Date: Tue, 19 Oct 2021 20:07:40 +0200 Subject: [PATCH] feat(ruby): add multiple `gem` aliases (#9005) Mostly empty commit to fix the changelog for merge at 6f4c7f64 --- plugins/ruby/README.md | 1 - plugins/ruby/ruby.plugin.zsh | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) 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