ruby.plugin.zsh 191 B

123456
  1. # TODO: Make this compatible with rvm.
  2. # Run sudo gem on the system ruby, not the active ruby.
  3. alias sgem='sudo gem'
  4. # Find ruby file
  5. alias rfind='find . -name "*.rb" | xargs grep -n'