Blame view
repos/robbyrussell/oh-my-zsh/plugins/ruby/ruby.plugin.zsh
191 Bytes
|
093a6c34b
|
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' |