mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-04 04:19:47 +08:00
4 lines
87 B
Bash
4 lines
87 B
Bash
alias sgem='sudo gem'
|
|
|
|
# Find ruby file
|
|
alias rfind='find . -name *.rb | xargs grep -n' |