Mercurial > ec-dotfiles
view rc/irbrc @ 650:6ca63cec0879
[vim] Disable foldmethod to speed up things
Never used anyway.
| author | nanaya <me@nanaya.pro> | 
|---|---|
| date | Sat, 17 Oct 2020 07:10:41 +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"
