view rc/irbrc @ 734:02d746e77fab

[vimrc] Remove forcing 256 colors for screen term It was for tmux but it now sets tmux-256color by default.
author nanaya <me@nanaya.net>
date Thu, 09 Jan 2025 00:50:00 +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