mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-15 18:30:08 +00:00
fix(ruby): add missing -run
in rserver
alias (#11913)
This commit is contained in:
parent
df80a2da54
commit
7400d469b6
1 changed files with 1 additions and 1 deletions
|
@ -23,4 +23,4 @@ alias gel="gem lock"
|
|||
alias geo="gem open"
|
||||
alias geoe="gem open -e"
|
||||
alias rrun="ruby -e"
|
||||
alias rserver="ruby -e httpd . -p 8080" # requires webrick
|
||||
alias rserver="ruby -run -e httpd . -p 8080" # requires webrick
|
||||
|
|
Loading…
Reference in a new issue