Mercurial > ec-dotfiles
view rc/irbrc @ 683:71254a6ddb4c
[bash] Also detect (new?) tmux term
author | nanaya <me@nanaya.pro> |
---|---|
date | Tue, 09 Aug 2022 04:16:52 +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