ohmyzsh/plugins/ruby/ruby.plugin.zsh
Handsome Cheung a8150660e0 compaudit fo zsh
2013-09-07 08:34:47 +08:00

6 lines
191 B
Bash
Executable file

# 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'