mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-22 04:51:12 +02:00
8 lines
251 B
Bash
8 lines
251 B
Bash
# 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'
|
|
alias rhttpd='ruby -run -e httpd'
|
|
alias rrun='ruby -run -e'
|