Skip to content

Instantly share code, notes, and snippets.

@sr
Created April 26, 2010 00:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sr/378843 to your computer and use it in GitHub Desktop.
Save sr/378843 to your computer and use it in GitHub Desktop.
my ~/.rpgrc
# 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