view rc/irbrc @ 733:0589105e685a

Backed out changeset 3e31009ab5cc ...maybe not needed after all.
author nanaya <me@nanaya.net>
date Thu, 09 Jan 2025 00:49:08 +0900
parents 6faa6995937f
children 3281fed2e242
line wrap: on
line source

IRB.conf[:SAVE_HISTORY] = 20000
IRB.conf[:HISTORY_FILE] = "#{ENV['HOME']}/.irb_history"
IRB.conf[:USE_AUTOCOMPLETE] = false
IRB.conf[:USE_MULTILINE] = false