Mercurial > ec-dotfiles
annotate rc/irbrc @ 710:81711bd8cac9
Update 0paste url
| author | nanaya <me@nanaya.net> | 
|---|---|
| date | Tue, 17 Oct 2023 15:39:50 +0900 | 
| parents | 6010e722b5da | 
| children | 6faa6995937f | 
| rev | line source | 
|---|---|
| 482 
20521d872fab
Add irbrc to keep history of commands.
 edogawaconan <me@myconan.net> parents: diff
changeset | 1 require 'irb/ext/save-history' | 
| 684 
6010e722b5da
[irbrc] Disable syntax highlighting as it slows down things
 nanaya <me@nanaya.pro> parents: 
677diff
changeset | 2 IRB.conf[:HISTORY_FILE] = "#{ENV['HOME']}/.irb_history" | 
| 482 
20521d872fab
Add irbrc to keep history of commands.
 edogawaconan <me@myconan.net> parents: diff
changeset | 3 IRB.conf[:SAVE_HISTORY] = 20000 | 
| 677 | 4 IRB.conf[:USE_AUTOCOMPLETE] = false | 
| 684 
6010e722b5da
[irbrc] Disable syntax highlighting as it slows down things
 nanaya <me@nanaya.pro> parents: 
677diff
changeset | 5 IRB.conf[:USE_MULTILINE] = false | 
