Mercurial > ec-dotfiles
view rc/irbrc @ 731:4d037b0a9f41
[bashrc] Better FreeBSD compat with Windows Terminal
Reference: https://github.com/microsoft/terminal/discussions/18332
| author | nanaya <me@nanaya.net> | 
|---|---|
| date | Wed, 08 Jan 2025 19:02:53 +0900 | 
| parents | 6faa6995937f | 
| children | 3281fed2e242 | 
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
