ohmyzsh/plugins/ruby/ruby.plugin.zsh
2011-04-18 17:00:21 +02:00

4 lines
No EOL
87 B
Bash
Executable file

alias sgem='sudo gem'
# Find ruby file
alias rfind='find . -name *.rb | xargs grep -n'