view rc/irbrc @ 711:0418663a0407

Fix htop function keys in screen/tmux
author nanaya <me@nanaya.net>
date Tue, 17 Oct 2023 17:00:14 +0900
parents 6010e722b5da
children
line wrap: on
line source

require 'irb/ext/save-history'
IRB.conf[:HISTORY_FILE] = "#{ENV['HOME']}/.irb_history"
IRB.conf[:SAVE_HISTORY] = 20000
IRB.conf[:USE_AUTOCOMPLETE] = false
IRB.conf[:USE_MULTILINE] = false