mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-22 04:51:12 +02:00
Update ruby.plugin.zsh
new aliases: * `rrun # ruby -run -e` * `rhttpd # ruby -run -e httpd`
This commit is contained in:
parent
d848c94804
commit
161ca1f373
1 changed files with 2 additions and 0 deletions
|
|
@ -4,3 +4,5 @@ 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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue