1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2025-01-03 19:16:45 +01:00
ohmyzsh/plugins/ruby/ruby.plugin.zsh

4 lines
No EOL
87 B
Bash

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