view rc/irbrc @ 561:1c47fcd75614

Update vim gitignore.
author nanaya <me@myconan.net>
date Thu, 04 Jun 2015 17:48:28 +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"