Mercurial > ec-dotfiles
comparison 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 |
comparison
equal
deleted
inserted
replaced
676:9713ac597983 | 677:b95069a1f664 |
---|---|
1 require 'irb/ext/save-history' | 1 require 'irb/ext/save-history' |
2 IRB.conf[:SAVE_HISTORY] = 20000 | 2 IRB.conf[:SAVE_HISTORY] = 20000 |
3 IRB.conf[:HISTORY_FILE] = "#{ENV['HOME']}/.irb_history" | 3 IRB.conf[:HISTORY_FILE] = "#{ENV['HOME']}/.irb_history" |
4 IRB.conf[:USE_AUTOCOMPLETE] = false |