comparison rc/irbrc @ 724:6faa6995937f

[irbrc] remove unneeded require and set history count first
author nanaya <me@nanaya.net>
date Tue, 03 Sep 2024 19:05:14 +0900
parents 6010e722b5da
children
comparison
equal deleted inserted replaced
723:440e800e9be0 724:6faa6995937f
1 require 'irb/ext/save-history' 1 IRB.conf[:SAVE_HISTORY] = 20000
2 IRB.conf[:HISTORY_FILE] = "#{ENV['HOME']}/.irb_history" 2 IRB.conf[:HISTORY_FILE] = "#{ENV['HOME']}/.irb_history"
3 IRB.conf[:SAVE_HISTORY] = 20000
4 IRB.conf[:USE_AUTOCOMPLETE] = false 3 IRB.conf[:USE_AUTOCOMPLETE] = false
5 IRB.conf[:USE_MULTILINE] = false 4 IRB.conf[:USE_MULTILINE] = false