浏览代码

feat(ruby): add multiple `gem` aliases (#9005)

Mostly empty commit to fix the changelog for merge at 6f4c7f64
Marc Cornellà 3 年之前
父节点
当前提交
4b1f6d638f
共有 2 个文件被更改,包括 1 次插入3 次删除
  1. 0 1
      plugins/ruby/README.md
  2. 1 2
      plugins/ruby/ruby.plugin.zsh

+ 0 - 1
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                 |
-

+ 1 - 2
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