Mercurial > ec-dotfiles
view rc/irbrc @ 724:6faa6995937f
[irbrc] remove unneeded require and set history count first
| author | nanaya <me@nanaya.net> | 
|---|---|
| date | Tue, 03 Sep 2024 19:05:14 +0900 | 
| parents | 6010e722b5da | 
| children | 3281fed2e242 | 
line wrap: on
 line source
IRB.conf[:SAVE_HISTORY] = 20000 IRB.conf[:HISTORY_FILE] = "#{ENV['HOME']}/.irb_history" IRB.conf[:USE_AUTOCOMPLETE] = false IRB.conf[:USE_MULTILINE] = false
