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

Security Checks

Trying Out Vault for Postgres Credentials

Rails on Heroku


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