Mercurial > ec-dotfiles
view rc/irbrc @ 686:5ebfac7426e5
Use screen terminal by default until everything is updated
tmux-256color doesn't exist on older debians.
author | nanaya <me@nanaya.pro> |
---|---|
date | Thu, 15 Sep 2022 03:00:38 +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