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