Mercurial > ec-dotfiles
annotate rc/irbrc @ 641:84a1e86d1afc
[vimrc] Prevent pointer to stick at the bottom of screen
| author | nanaya <me@nanaya.pro> |
|---|---|
| date | Mon, 08 Jun 2020 15:06:56 +0900 |
| parents | 20521d872fab |
| children | b95069a1f664 |
| 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" |
