Skip to content

Instantly share code, notes, and snippets.

.post
.post_header
span.post_date 11/25/12
| -
span.post_title The Reticulating of the Splines
.post_content
| Well, it's been a long, long time since I updated this.
alias r1="cd blah"
alias r2="cd blah2"
@joshrieken
joshrieken / .pryrc
Created June 28, 2012 21:20
.pryrc
# === EDITOR ===
Pry.editor = 'subl'
# === CUSTOM PROMPT ===
# This prompt shows the ruby version (useful for RVM)
Pry.prompt = [proc { |obj, nest_level, _| "#{RUBY_VERSION} (#{obj}):#{nest_level} > " }, proc { |obj, nest_level, _| "#{RUBY_VERSION} (#{obj}):#{nest_level} * " }]
# === Listing config ===
# Better colors - by default the headings for methods are too
# similar to method name colors leading to a "soup"