Mercurial > ec-dotfiles
view rc/irbrc @ 567:18cad636d1a2
0paste.tk is now https-only.
| author | nanaya <me@myconan.net> | 
|---|---|
| date | Sat, 13 Jun 2015 08:40:58 +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"
