Mercurial > ec-dotfiles
view rc/irbrc @ 532:d77f4aa65251
Use default style for hg.
| author | edogawaconan <me@myconan.net> | 
|---|---|
| date | Thu, 20 Nov 2014 16:06:07 +0900 | 
| parents | 20521d872fab | 
| children | b95069a1f664 | 
line wrap: on
 line source
require 'irb/ext/save-history' IRB.conf[:SAVE_HISTORY] = 20000 IRB.conf[:HISTORY_FILE] = "#{ENV['HOME']}/.irb_history"
