Mercurial > ec-dotfiles
annotate rc/irbrc @ 687:ae7f2fb75cdf
[vimrc] Disable auto comment
| author | nanaya <me@nanaya.pro> | 
|---|---|
| date | Thu, 13 Oct 2022 16:16:07 +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 | 
