Mercurial > ec-dotfiles
view rc/irbrc @ 551:138ee2cd2179
Use jellybeans theme for vim.
Better compat with plain terminal.
author | nanaya <me@myconan.net> |
---|---|
date | Tue, 14 Apr 2015 04:47:54 +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"