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

Package Your JavaScript Libraries With Rollup

Error Reporting in R

R and Database URLs


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