Files
2011-04-08 11:17:37 -04:00

4 lines
87 B
Bash

alias sgem='sudo gem'
# Find ruby file
alias rfind='find . -name *.rb | xargs grep -n'