Mercurial > ec-dotfiles
annotate rc/irbrc @ 680:a34ee4c7d0ce
[vimrc] Newer vim seem to have mouse enabled by default?
author | nanaya <me@nanaya.pro> |
---|---|
date | Mon, 13 Jun 2022 00:56:26 +0900 |
parents | b95069a1f664 |
children | 6010e722b5da |
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' |
20521d872fab
Add irbrc to keep history of commands.
edogawaconan <me@myconan.net>
parents:
diff
changeset
|
2 IRB.conf[:SAVE_HISTORY] = 20000 |
20521d872fab
Add irbrc to keep history of commands.
edogawaconan <me@myconan.net>
parents:
diff
changeset
|
3 IRB.conf[:HISTORY_FILE] = "#{ENV['HOME']}/.irb_history" |
677 | 4 IRB.conf[:USE_AUTOCOMPLETE] = false |