view rc/irbrc @ 543:8b884bbb1d05

Rename `app` to `apps`.
author edogawaconan <me@myconan.net>
date Sat, 17 Jan 2015 20:10:45 +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"