0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

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

Mostly empty commit to fix the changelog for merge at 6f4c7f64
This commit is contained in:
Marc Cornellà 2021-10-19 20:07:40 +02:00
parent 6f4c7f6440
commit 4b1f6d638f
No known key found for this signature in database
GPG key ID: 0314585E776A9C1B
2 changed files with 1 additions and 3 deletions

View file

@ -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 |

View file

@ -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