0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-12 04:01:14 +02:00

fix(ruby): add missing -run in rserver alias (#11913)

This commit is contained in:
jack 2023-10-03 02:41:18 +08:00 committed by GitHub
parent df80a2da54
commit 7400d469b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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