Mercurial > ec-dotfiles
view rc/irbrc @ 482:20521d872fab
Add irbrc to keep history of commands.
| author | edogawaconan <me@myconan.net> | 
|---|---|
| date | Tue, 24 Sep 2013 17:29:18 +0900 | 
| parents | |
| 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"
