]> git.rmz.io Git - dotfiles.git/blob - zsh/plugins/ruby/ruby.plugin.zsh
merge oh-my-zsh into subdir
[dotfiles.git] / zsh / plugins / ruby / ruby.plugin.zsh
1 # TODO: Make this compatible with rvm.
2 # Run sudo gem on the system ruby, not the active ruby.
3 alias sgem='sudo gem'
4
5 # Find ruby file
6 alias rfind='find . -name "*.rb" | xargs grep -n'