ruby.plugin.zsh 191 Bytes
Newer Older
Andrew Hodges's avatar
Andrew Hodges committed
1
2
# TODO: Make this compatible with rvm.
#       Run sudo gem on the system ruby, not the active ruby.
3
4
5
alias sgem='sudo gem'

# Find ruby file
6
alias rfind='find . -name "*.rb" | xargs grep -n'