summaryrefslogtreecommitdiff
path: root/.config/irbrc
blob: b1029a6ba48d7b89e69cee1b1b62247c511440d4 (plain)
1
2
3
4
require 'rubygems' unless defined? Gem # only needed in 1.8
require 'irb/ext/save-history'
IRB.conf[:SAVE_HISTORY] = 5000
IRB.conf[:HISTORY_FILE] = "#{ENV['XDG_CACHE_HOME']}/irb/history"