Mercurial > ec-dotfiles
view rc/irbrc @ 681:137b18a1898e
[cek.py] Python 3
author | nanaya <me@nanaya.pro> |
---|---|
date | Fri, 24 Jun 2022 15:14:54 +0900 |
parents | b95069a1f664 |
children | 6010e722b5da |
line wrap: on
line source
require 'irb/ext/save-history' IRB.conf[:SAVE_HISTORY] = 20000 IRB.conf[:HISTORY_FILE] = "#{ENV['HOME']}/.irb_history" IRB.conf[:USE_AUTOCOMPLETE] = false