mirror of
https://github.com/chenasraf/opensnp.org-docker.git
synced 2026-05-17 17:48:10 +00:00
4 lines
117 B
Plaintext
4 lines
117 B
Plaintext
require 'irb/ext/save-history'
|
|
IRB.conf[:SAVE_HISTORY] = 200
|
|
IRB.conf[:HISTORY_FILE] = "#{ENV['HOME']}/.irb-history"
|