view rc/irbrc @ 730:3e31009ab5cc

Pretend xterm to always support 256 colors
author nanaya <me@nanaya.net>
date Wed, 08 Jan 2025 18:00:15 +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