Created
March 1, 2011 17:54
-
-
Save rtomayko/849547 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # Sat Apr 24 20:33:56 PDT 2010 | |
| # This file was generated by rpg-config on behalf of rtomayko | |
| # Remove comment characters and edit values to change the default config | |
| # rvm environments share index, packs, and gem cache directories. | |
| test $(id -un) != root && { | |
| RPGINDEX=~/.rpg/index | |
| RPGPACKS=~/.rpg/packs | |
| RPGCACHE=~/.rpg/cache | |
| # also install manpages to /usr/local/share/man | |
| RPGMAN=/usr/local/share/man | |
| } | |
| RPGSPECSURL="http://production.s3.rubygems.org/specs.4.8.gz" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment