irbrc

My simple ~/.irbrc

require "irb/completion"
require "irb/ext/save-history"
IRB.conf[:SAVE_HISTORY] = 10000
require "awesome_print"
AwesomePrint.irb!

Published June 29, 2015


You might also enjoy

Dokku on DigitalOcean

The Safely Pattern

New Rails App Checklist


All code examples are public domain.
Use them however you’d like (licensed under CC0).