Mercurial > ec-dotfiles
annotate rc/irbrc @ 746:6b7f6f09b8d1 default tip
[vimrc] fix php syntax highlight
Example file: https://github.com/ppy/osu-web/blob/e23658f45ac2e85d78bd339947e0d1cee57629c6/app/Libraries/BBCodeFromDB.php
(around the end)
| author | nanaya <me@nanaya.net> | 
|---|---|
| date | Wed, 29 Oct 2025 12:28:45 +0900 | 
| parents | 3281fed2e242 | 
| children | 
| rev | line source | 
|---|---|
| 724 
6faa6995937f
[irbrc] remove unneeded require and set history count first
 nanaya <me@nanaya.net> parents: 
684diff
changeset | 1 IRB.conf[:SAVE_HISTORY] = 20000 | 
| 736 
3281fed2e242
Use xdg (.config) path instead of top home directory
 nanaya <me@nanaya.net> parents: 
724diff
changeset | 2 IRB.conf[:HISTORY_FILE] = "#{ENV['HOME']}/.config/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: 
677diff
changeset | 4 IRB.conf[:USE_MULTILINE] = false | 
