Mercurial > ec-dotfiles
annotate 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 | 
| rev | line source | 
|---|---|
| 
724
 
6faa6995937f
[irbrc] remove unneeded require and set history count first
 
nanaya <me@nanaya.net> 
parents: 
684 
diff
changeset
 | 
1 IRB.conf[:SAVE_HISTORY] = 20000 | 
| 
684
 
6010e722b5da
[irbrc] Disable syntax highlighting as it slows down things
 
nanaya <me@nanaya.pro> 
parents: 
677 
diff
changeset
 | 
2 IRB.conf[:HISTORY_FILE] = "#{ENV['HOME']}/.irb_history" | 
| 677 | 3 IRB.conf[:USE_AUTOCOMPLETE] = false | 
| 
684
 
6010e722b5da
[irbrc] Disable syntax highlighting as it slows down things
 
nanaya <me@nanaya.pro> 
parents: 
677 
diff
changeset
 | 
4 IRB.conf[:USE_MULTILINE] = false | 
