summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Cornellà <hello@mcornella.com>2021-10-19 20:07:40 +0200
committerMarc Cornellà <hello@mcornella.com>2021-10-19 20:07:40 +0200
commit4b1f6d638f0783e05a9d2601ee0e1fd902416491 (patch)
treefd1d5a5f05fee924ca5ca75d4c753f49ff1a94fd
parent6f4c7f644076c0d7207d203be3c3d4cc6beea69c (diff)
downloadzsh-4b1f6d638f0783e05a9d2601ee0e1fd902416491.tar.gz
zsh-4b1f6d638f0783e05a9d2601ee0e1fd902416491.tar.bz2
zsh-4b1f6d638f0783e05a9d2601ee0e1fd902416491.zip
feat(ruby): add multiple `gem` aliases (#9005)
Mostly empty commit to fix the changelog for merge at 6f4c7f64
-rw-r--r--plugins/ruby/README.md1
-rw-r--r--plugins/ruby/ruby.plugin.zsh3
2 files changed, 1 insertions, 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