ysbaddaden / prax

Rack proxy server for development
http://ysbaddaden.github.io/prax/
Other
475 stars 49 forks source link

How do I write a ~/.praxconfig #55

Closed semmons99 closed 10 years ago

semmons99 commented 10 years ago

How do I write a ~/.praxconfig to use chruby? I can't find documentation of it's format anywhere.

ysbaddaden commented 10 years ago

.praxconfig is just a bash script to set some global environment.

Just source both chruby.sh and auto.sh (as per chruby documentation) and you're good to go!

semmons99 commented 10 years ago

excellent, thank you!