Mercurial > ec-dotfiles
view rc/irbrc @ 637:758ced52ee62
[vim] Fix typescript syntax
| author | nanaya <me@nanaya.pro> | 
|---|---|
| date | Tue, 14 Jan 2020 11:10:49 +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"
