Created
April 26, 2010 00:07
-
-
Save sr/378843 to your computer and use it in GitHub Desktop.
my ~/.rpgrc
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
# rpg installs package contents in these locations: | |
RPGBIN='/Users/srozet/bin' | |
RPGLIB='/Users/srozet/.rubylib' | |
RPGMAN='/usr/share/man' | |
# rpg keeps its package database, index, and gem cache in these locations: | |
RPGPATH='/Users/srozet/.rpg' | |
RPGDB='/Users/srozet/.rpg/db' | |
RPGINDEX='/Users/srozet/.rpg/index' | |
RPGPACKS='/Users/srozet/.rpg/packs' | |
RPGCACHE='/Users/srozet/.rpg/cache' | |
# rpg sources these configuration files before executing commands: | |
RPGSYSCONF='/etc/rpgrc' | |
RPGUSERCONF='/Users/srozet/.rpgrc' | |
# rpg uses these options to control various aspects of its behavior: | |
RPGTRACE=false | |
RPGSHOWBUILD=false | |
RPGSTALETIME='1 day' | |
RPGSPECSURL='http://rubygems.org/specs.4.8.gz' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment