Mercurial > ec-dotfiles
view rc/irbrc @ 719:bcdf320dabf4
Rewrite the ed2k again in php
Getting openssl to hash md4 is a pain.
author | nanaya <me@nanaya.net> |
---|---|
date | Sun, 10 Dec 2023 00:35:22 +0900 |
parents | 6010e722b5da |
children | 6faa6995937f |
line wrap: on
line source
require 'irb/ext/save-history' IRB.conf[:HISTORY_FILE] = "#{ENV['HOME']}/.irb_history" IRB.conf[:SAVE_HISTORY] = 20000 IRB.conf[:USE_AUTOCOMPLETE] = false IRB.conf[:USE_MULTILINE] = false