Mercurial > ec-dotfiles
view rc/irbrc @ 632:c950f0ef2268
Apparently better use githubusercontent?
Also sort.
| author | nanaya <me@nanaya.pro> | 
|---|---|
| date | Fri, 18 Oct 2019 15:49:35 +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"
