Mercurial > ec-dotfiles
annotate rc/irbrc @ 708:a161ebf80311
[vimrc] add ctrlp by default
| author | nanaya <me@nanaya.net> | 
|---|---|
| date | Sun, 18 Dec 2022 22:31:17 +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 | 
