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

Mostly empty commit to fix the changelog for merge at 6f4c7f64
parent 6f4c7f64
...@@ -29,4 +29,3 @@ plugins=(... ruby) ...@@ -29,4 +29,3 @@ plugins=(... ruby)
| gl | `gem lock` | Generate a lockdown list of gems | | gl | `gem lock` | Generate a lockdown list of gems |
| go | `gem open` | Open gem source in default editor | | go | `gem open` | Open gem source in default editor |
| goe | `gem open -e` | Open gem sources in preferred editor | | goe | `gem open -e` | Open gem sources in preferred editor |
# 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' alias sgem='sudo gem'
# Find ruby file # Find ruby file
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment