summaryrefslogtreecommitdiff
path: root/plugins/ruby/ruby.plugin.zsh
blob: 08ca9c60178faf69bb92b4bcd1a5fd66b31f49eb (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'