view rc/irbrc @ 735:9ad5a65b1c7e

[tmux] The default tmux-256color is probably fine now
author nanaya <me@nanaya.net>
date Thu, 09 Jan 2025 00:59:04 +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