view rc/irbrc @ 749:3cacb4270864 default tip

[bashrc] hg grep now does the expected thing, no need for custom alias
author nanaya <me@nanaya.net>
date Tue, 02 Sep 2025 22:43:45 +0900
parents 3281fed2e242
children
line wrap: on
line source

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