Mercurial > ec-dotfiles
view rc/irbrc @ 677:b95069a1f664
[irbrc] Disable autocomplete
It's kinda slow and moves things around.
| author | nanaya <me@nanaya.pro> | 
|---|---|
| date | Fri, 08 Apr 2022 13:47:15 +0900 | 
| parents | 20521d872fab | 
| children | 6010e722b5da | 
line wrap: on
 line source
require 'irb/ext/save-history' IRB.conf[:SAVE_HISTORY] = 20000 IRB.conf[:HISTORY_FILE] = "#{ENV['HOME']}/.irb_history" IRB.conf[:USE_AUTOCOMPLETE] = false
