- # TODO: Make this compatible with rvm.
- # Run sudo gem on the system ruby, not the active ruby.
- alias sgem=
- # Find ruby file
- alias rfind=
- # Shorthand Ruby
- alias rb="ruby"
- # Gem Command Shorthands
- alias gin="gem install"
- alias gun="gem uninstall"
- alias gli="gem list"
|