Mercurial > ec-dotfiles
view rc/irbrc @ 521:fb2d37acca81
Reducing bashism.
| author | edogawaconan <me@myconan.net> | 
|---|---|
| date | Wed, 18 Jun 2014 16:08:22 +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"
