2011-05-28 10:50:06 -04:00
|
|
|
# TODO: Make this compatible with rvm.
|
|
|
|
# Run sudo gem on the system ruby, not the active ruby.
|
2010-06-03 12:03:26 -07:00
|
|
|
alias sgem='sudo gem'
|
|
|
|
|
|
|
|
# Find ruby file
|
2011-05-28 10:50:06 -04:00
|
|
|
alias rfind='find . -name *.rb | xargs grep -n'
|