diff options
author | Marc Cornellà <hello@mcornella.com> | 2021-10-19 20:07:40 +0200 |
---|---|---|
committer | Marc Cornellà <hello@mcornella.com> | 2021-10-19 20:07:40 +0200 |
commit | 4b1f6d638f0783e05a9d2601ee0e1fd902416491 (patch) | |
tree | fd1d5a5f05fee924ca5ca75d4c753f49ff1a94fd /plugins/ruby/ruby.plugin.zsh | |
parent | 6f4c7f644076c0d7207d203be3c3d4cc6beea69c (diff) | |
download | zsh-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
Diffstat (limited to 'plugins/ruby/ruby.plugin.zsh')
-rw-r--r-- | plugins/ruby/ruby.plugin.zsh | 3 |
1 files changed, 1 insertions, 2 deletions
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 |