Mercurial > ec-dotfiles
view rc/irbrc @ 729:a01648ad62b7 default tip
[vimrc] Use correct srcery option?
Dunno where the previous one went to but it stopped taking effect.
author | nanaya <me@nanaya.net> |
---|---|
date | Mon, 06 Jan 2025 17:12:49 +0900 |
parents | 6faa6995937f |
children |
line wrap: on
line source
IRB.conf[:SAVE_HISTORY] = 20000 IRB.conf[:HISTORY_FILE] = "#{ENV['HOME']}/.irb_history" IRB.conf[:USE_AUTOCOMPLETE] = false IRB.conf[:USE_MULTILINE] = false