# HG changeset patch # User nanaya # Date 1725357914 -32400 # Node ID 6faa6995937f51d67652f4ae4c28e7e7538086a7 # Parent 440e800e9be03984451d0c89a2dd00cea2fd1ee8 [irbrc] remove unneeded require and set history count first diff -r 440e800e9be0 -r 6faa6995937f rc/irbrc --- a/rc/irbrc Mon Aug 19 17:05:46 2024 +0900 +++ b/rc/irbrc Tue Sep 03 19:05:14 2024 +0900 @@ -1,5 +1,4 @@ -require 'irb/ext/save-history' +IRB.conf[:SAVE_HISTORY] = 20000 IRB.conf[:HISTORY_FILE] = "#{ENV['HOME']}/.irb_history" -IRB.conf[:SAVE_HISTORY] = 20000 IRB.conf[:USE_AUTOCOMPLETE] = false IRB.conf[:USE_MULTILINE] = false