summaryrefslogtreecommitdiff
path: root/plugins/ruby/ruby.plugin.zsh
blob: 38e4d7cd01c1c708a8dcfc5afcbd2e78fe7deea7 (plain)
1
2
3
4
5
6
# TODO: Make this compatible with rvm.
#       Run sudo gem on the system ruby, not the active ruby.
alias sgem='sudo gem'

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