ohmyzsh/plugins/ruby/ruby.plugin.zsh
Charles-Pierre Astolfi 099fa2d05b mines
2013-07-26 10:11:04 +02: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'