# HG changeset patch # User nanaya # Date 1649393235 -32400 # Node ID b95069a1f66477a06b1d255ea49cddf74d36d56f # Parent 9713ac5979830a155c602cfeb4001c20e1349853 [irbrc] Disable autocomplete It's kinda slow and moves things around. diff -r 9713ac597983 -r b95069a1f664 rc/irbrc --- a/rc/irbrc Fri Apr 08 13:46:39 2022 +0900 +++ b/rc/irbrc Fri Apr 08 13:47:15 2022 +0900 @@ -1,3 +1,4 @@ require 'irb/ext/save-history' IRB.conf[:SAVE_HISTORY] = 20000 IRB.conf[:HISTORY_FILE] = "#{ENV['HOME']}/.irb_history" +IRB.conf[:USE_AUTOCOMPLETE] = false