diff rc/irbrc @ 677:b95069a1f664

[irbrc] Disable autocomplete It's kinda slow and moves things around.
author nanaya <me@nanaya.pro>
date Fri, 08 Apr 2022 13:47:15 +0900
parents 20521d872fab
children 6010e722b5da
line wrap: on
line diff
--- 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