Mercurial > ec-dotfiles
view rc/irbrc @ 620:7ac088ee101a
Add typescript vim syntax
author | nanaya <me@nanaya.pro> |
---|---|
date | Tue, 30 Oct 2018 19:04:56 +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"